summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-12-13 00:39:26 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-12-13 00:39:26 (GMT)
commit317def9fdb29893df1ab380d396fcdd2eafe0588 (patch)
treea164f7c0cb8eedcf94fe46aea3f5eab3545d9e14 /Misc
parentd233796f7d444c67fe51b7dd9521d548e650286f (diff)
downloadcpython-317def9fdb29893df1ab380d396fcdd2eafe0588.zip
cpython-317def9fdb29893df1ab380d396fcdd2eafe0588.tar.gz
cpython-317def9fdb29893df1ab380d396fcdd2eafe0588.tar.bz2
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-12-13-00-00-37.bpo-17852.Q8BP8N.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-13-00-00-37.bpo-17852.Q8BP8N.rst b/Misc/NEWS.d/next/Library/2017-12-13-00-00-37.bpo-17852.Q8BP8N.rst
new file mode 100644
index 0000000..768108d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-12-13-00-00-37.bpo-17852.Q8BP8N.rst
@@ -0,0 +1 @@
+Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics.