diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2011-09-12 19:09:12 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2011-09-12 19:09:12 (GMT) |
commit | 65604b51e0da56e244a2266482687959d310b08d (patch) | |
tree | 42151d2da7b1baeb4357e963759ca7d62664ed25 /Misc | |
parent | aa2b442bdccf68c191a0023084b1160804fb5e4c (diff) | |
parent | bbe46d63ee9b624c011b4fe50978e2e7fa7cf82e (diff) | |
download | cpython-65604b51e0da56e244a2266482687959d310b08d.zip cpython-65604b51e0da56e244a2266482687959d310b08d.tar.gz cpython-65604b51e0da56e244a2266482687959d310b08d.tar.bz2 |
Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback
object triggers the garbage collector.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1274,6 +1274,9 @@ Tools/Demos 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. |