Skip to content

Commit b30d1be

Browse files
committed
fix: remove dishonest hang simulation
The "hang" mode was cheating - it added `await never_set_event.wait()` which hangs regardless of any race condition. This is not a reproduction of issue #262, it's just a program that hangs. The honest conclusion: We can PROVE the race condition exists (timeouts show send() blocks when receiver isn't ready), but we CANNOT create a permanent hang on native Linux. A true permanent hang requires WSL's specific scheduler behavior.
1 parent 524ef7a commit b30d1be

File tree

1 file changed

+0
-264
lines changed

1 file changed

+0
-264
lines changed

reproduce_262_hang.py

Lines changed: 0 additions & 264 deletions
This file was deleted.

0 commit comments

Comments
 (0)