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 cstratak, pablogsal, vstinner
Date 2019-03-20.12:03:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553083398.35.0.109415281917.issue36367@roundup.psfhosted.org>
In-reply-to
Content
New changeset 65b9849f0f07a000d751c96d9d711aeb24c95224 by Victor Stinner in branch '3.7':
bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) (GH-12471)
https://github.com/python/cpython/commit/65b9849f0f07a000d751c96d9d711aeb24c95224
History
Date User Action Args
2019-03-20 12:03:18vstinnersetrecipients: + vstinner, cstratak, pablogsal
2019-03-20 12:03:18vstinnersetmessageid: <1553083398.35.0.109415281917.issue36367@roundup.psfhosted.org>
2019-03-20 12:03:18vstinnerlinkissue36367 messages
2019-03-20 12:03:18vstinnercreate