commit | 5c4bfc4af070c5c62f76cf3c2d23a19e7c794c4e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Oct 12 22:57:59 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Oct 12 22:57:59 2010 +0000 |
tree | bf62941930ba384c45a44d598e24566caa24e070 | |
parent | 11b1f3dac14f72d7406c96fd7b749ebd8cc16bc9 [diff] [blame] |
prefer clearing global objects to obscure module.__dict__ bugs #10068
diff --git a/Misc/NEWS b/Misc/NEWS index 8ff3f3b..0b7d77c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins ----------------- +- Issue #10068: Global objects which have reference cycles with their module's + dict are now cleared again. This causes issue #7140 to appear again. + - Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() encodings.