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 benjamin.peterson, christian.heimes, davide.rizzo, davin, methane, vstinner
Date 2019-03-06.17:08:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551892113.29.0.639696729819.issue36139@roundup.psfhosted.org>
In-reply-to
Content
New changeset dc078947a5033a048d804e244e847b5844734439 by Victor Stinner (Davide Rizzo) in branch 'master':
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199)
https://github.com/python/cpython/commit/dc078947a5033a048d804e244e847b5844734439
History
Date User Action Args
2019-03-06 17:08:33vstinnersetrecipients: + vstinner, christian.heimes, benjamin.peterson, methane, davide.rizzo, davin
2019-03-06 17:08:33vstinnersetmessageid: <1551892113.29.0.639696729819.issue36139@roundup.psfhosted.org>
2019-03-06 17:08:33vstinnerlinkissue36139 messages
2019-03-06 17:08:33vstinnercreate