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 eric.snow, vstinner
Date 2019-12-08.20:56:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset 080ee5a88406fb68aaab741145cd5d2a7c5f2ad6 by Victor Stinner in branch 'master':
bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512)
https://github.com/python/cpython/commit/080ee5a88406fb68aaab741145cd5d2a7c5f2ad6
History
Date User Action Args
2019-12-08 20:56:04vstinnersetrecipients: + vstinner, eric.snow
2019-12-08 20:56:04vstinnersetmessageid: <[email protected]>
2019-12-08 20:56:04vstinnerlinkissue38858 messages
2019-12-08 20:56:04vstinnercreate