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 josh.r, rhettinger, serhiy.storchaka, sir-sigurd, vstinner
Date 2019-09-04.13:58:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567605488.73.0.455407399322.issue36030@roundup.psfhosted.org>
In-reply-to
Content
New changeset 60bd1f88f21073965a444c8b39c4202d015da5d6 by Victor Stinner (Zackery Spytz) in branch 'master':
bpo-36030: Fix a possible segfault in PyTuple_New() (GH-15670)
https://github.com/python/cpython/commit/60bd1f88f21073965a444c8b39c4202d015da5d6
History
Date User Action Args
2019-09-04 13:58:08vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka, josh.r, sir-sigurd
2019-09-04 13:58:08vstinnersetmessageid: <1567605488.73.0.455407399322.issue36030@roundup.psfhosted.org>
2019-09-04 13:58:08vstinnerlinkissue36030 messages
2019-09-04 13:58:08vstinnercreate