Skip to content
Snippets Groups Projects
user avatar
Ken Payson authored
When a child thread triggers __dealloc__ as part of a thread being
joined, the thread is already considered to be "joined", and so
releasing the GIL can allow the main thread to proceed to exit,
which introduces shutdown race conditions/memory leaks.
136ea365
History
Name Last commit Last update
..