-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
In test_faulthandler.check_dump_traceback_threads() the regex is being overly strict in regard to the line number for the run() method.
It is possible for a context switch to happen between the running.set() and stop.wait() calls which leads to the checking regex to fail. See AMD64 Windows11 3.x/1225/test for an example where this breaks.
Linked PRs
Metadata
Metadata
Assignees
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done

