This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, eric.snow, ncoghlan, vstinner
Date 2017-12-01.19:09:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset ebac19dad6263141d5db0a2c923efe049dba99d2 by Victor Stinner in branch 'master':
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
https://github.com/python/cpython/commit/ebac19dad6263141d5db0a2c923efe049dba99d2
History
Date User Action Args
2017-12-01 19:09:57vstinnersetrecipients: + vstinner, barry, ncoghlan, eric.snow
2017-12-01 19:09:57vstinnersetmessageid: <[email protected]>
2017-12-01 19:09:57vstinnerlinkissue32030 messages
2017-12-01 19:09:57vstinnercreate