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 python-dev
Recipients Arfrever, BreamoreBoy, Guido, python-dev, vstinner
Date 2015-02-14.20:17:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150214201751.71248.24105@psf.io>
In-reply-to
Content
New changeset d0b6efed4766 by Benjamin Peterson in branch '3.4':
avoid reading unallocated memory when argc == 0 (closes #22633)
https://hg.python.org/cpython/rev/d0b6efed4766

New changeset 687b970c8ba9 by Benjamin Peterson in branch '2.7':
avoid reading unallocated memory when argc == 0 (closes #22633)
https://hg.python.org/cpython/rev/687b970c8ba9

New changeset ba2da33d2654 by Benjamin Peterson in branch 'default':
merge 3.4 (#22633)
https://hg.python.org/cpython/rev/ba2da33d2654
History
Date User Action Args
2015-02-14 20:17:55python-devsetrecipients: + python-dev, vstinner, Arfrever, BreamoreBoy, Guido
2015-02-14 20:17:55python-devlinkissue22633 messages
2015-02-14 20:17:55python-devcreate