Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add reference to more details for self-join test
  • Loading branch information
mpage committed Feb 26, 2024
commit 61d9fa95295f611c52d1ba25b2adddca5c34ab46
3 changes: 2 additions & 1 deletion Lib/test/test_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ def task():

def test_join_then_self_join(self):
# make sure we can't deadlock in the following scenario with
Comment thread
mpage marked this conversation as resolved.
# threads t0 and t1:
# threads t0 and t1 (see comment in `ThreadHandle_join()` for more
# details):
#
# - t0 joins t1
# - t1 self joins
Expand Down