Skip to content

Commit 4b5763a

Browse files
authored
Update news
Fix threading.Thread.start to prevent indefinite hangs due to heap memory exhaustion and add a new FAILED state.
1 parent d1e49e2 commit 4b5763a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Fix :func:`threading.Thread.start` that can hang indefinitely in case of heap memory exhaustion
2-
during initialization of the new thread.
1+
Fix :func:`threading.Thread.start` that can hang indefinitely in case of heap memory exhaustion during initialization of the new thread. Add a new state ``FAILED`` used in the ``thread.ThreadState.state`` member.

0 commit comments

Comments
 (0)