Skip to content

Sporadic failure of P0660R10_jthread_and_cv_any #1365

@StephanTLavavej

Description

@StephanTLavavej

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfixedSomething works now, yay!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions