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 mark.dickinson, python-dev, s-wakaba
Date 2016-09-10.19:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160910192020.12414.24979.58D572BE@psf.io>
In-reply-to
Content
New changeset 9eb0f7762999 by Mark Dickinson in branch '3.5':
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0.
https://hg.python.org/cpython/rev/9eb0f7762999

New changeset c7b48798dbaa by Mark Dickinson in branch 'default':
Issue #25221: merge from 3.5.
https://hg.python.org/cpython/rev/c7b48798dbaa
History
Date User Action Args
2016-09-10 19:20:23python-devsetrecipients: + python-dev, mark.dickinson, s-wakaba
2016-09-10 19:20:23python-devlinkissue25221 messages
2016-09-10 19:20:22python-devcreate