commit | 99c160b559dc6c510e2e9f713191c3c80e26c6f2 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Nov 05 13:42:29 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Nov 05 13:42:29 2009 +0000 |
tree | 9b67f288cf29af2f7877bee0a99807c2a3778c18 | |
parent | 2537e7a443bb1903cc79995d152b594264ff33d8 [diff] [blame] |
Issue #7264: Fix a possible deadlock when deallocating thread-local objects which are part of a reference cycle.
diff --git a/Misc/NEWS b/Misc/NEWS index 183aa7a..8ae9afb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -426,6 +426,9 @@ Library ------- +- Issue #7264: Fix a possible deadlock when deallocating thread-local objects + which are part of a reference cycle. + - Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent objects on 64-bit systems. Patch by Michael Broghton.