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 gregory.p.smith
Recipients alex, benjamin.peterson, gregory.p.smith, miss-islington, pablogsal, twouters
Date 2018-11-13.21:17:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542143820.4.0.788709270274.issue35214@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 746b2d35ea47005054ed774fecaed64fab803d7d by Gregory P. Smith in branch 'master':
bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)
https://github.com/python/cpython/commit/746b2d35ea47005054ed774fecaed64fab803d7d
History
Date User Action Args
2018-11-13 21:17:00gregory.p.smithsetrecipients: + gregory.p.smith, twouters, benjamin.peterson, alex, pablogsal, miss-islington
2018-11-13 21:17:00gregory.p.smithsetmessageid: <1542143820.4.0.788709270274.issue35214@psf.upfronthosting.co.za>
2018-11-13 21:17:00gregory.p.smithlinkissue35214 messages
2018-11-13 21:17:00gregory.p.smithcreate