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 Dave Hibbitts, RazerM, ZackerySpytz, eryksun, georg.brandl, mark.dickinson, miss-islington, paul.moore, pitrou, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-28.15:23:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559056992.38.0.851182835197.issue26423@roundup.psfhosted.org>
In-reply-to
Content
New changeset 80dfe990162e7a2dd99524829beecd449a973e9e by Victor Stinner in branch '2.7':
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) (GH-13625)
https://github.com/python/cpython/commit/80dfe990162e7a2dd99524829beecd449a973e9e
History
Date User Action Args
2019-05-28 15:23:12vstinnersetrecipients: + vstinner, georg.brandl, paul.moore, mark.dickinson, pitrou, tim.golden, zach.ware, serhiy.storchaka, eryksun, steve.dower, RazerM, Dave Hibbitts, ZackerySpytz, miss-islington
2019-05-28 15:23:12vstinnersetmessageid: <1559056992.38.0.851182835197.issue26423@roundup.psfhosted.org>
2019-05-28 15:23:12vstinnerlinkissue26423 messages
2019-05-28 15:23:12vstinnercreate