commit | 65604b51e0da56e244a2266482687959d310b08d | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Sep 12 21:09:12 2011 +0200 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Sep 12 21:09:12 2011 +0200 |
tree | 42151d2da7b1baeb4357e963759ca7d62664ed25 | |
parent | aa2b442bdccf68c191a0023084b1160804fb5e4c [diff] | |
parent | bbe46d63ee9b624c011b4fe50978e2e7fa7cf82e [diff] |
Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback object triggers the garbage collector.
diff --git a/Misc/NEWS b/Misc/NEWS index 7218bfd..e3203d3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1274,6 +1274,9 @@ Extension Modules ----------------- +- Issue #12483: ctypes: Fix a crash when the destruction of a callback + object triggers the garbage collector. + - Issue #12950: Fix passing file descriptors in multiprocessing, under OpenIndiana/Illumos.