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, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2012-09-20.18:57:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XN6dN1CV3zPPL@mail.python.org>
In-reply-to
Content
New changeset 99112b851b25 by Antoine Pitrou in branch 'default':
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
http://hg.python.org/cpython/rev/99112b851b25
History
Date User Action Args
2012-09-20 18:57:45python-devsetrecipients: + python-dev, mark.dickinson, pitrou, vstinner, serhiy.storchaka
2012-09-20 18:57:45python-devlinkissue15144 messages
2012-09-20 18:57:44python-devcreate