-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugSomething isn't workingSomething isn't workingfixedSomething works now, yay!Something works now, yay!
Description
After updating to Python 3.9, I'm seeing sporadic failures in P0660R10_jthread_and_cv_any. I can repro them with x64 (haven't tried x86 yet) and they don't seem to be specific to any particular configuration. They're pretty common and both cl and clang-cl can fail. They're always asserting on this line:
| assert(cv.wait_for(lck, move(token), forever, [&] { return b; }) == true); |
CaseyCarter
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfixedSomething works now, yay!Something works now, yay!