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, serhiy.storchaka
Date 2012-10-18.18:54:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XjKDP6CPczR6T@mail.python.org>
In-reply-to
Content
New changeset bedb2903d71e by Mark Dickinson in branch '3.2':
Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long).
http://hg.python.org/cpython/rev/bedb2903d71e

New changeset 8ce04be1321c by Mark Dickinson in branch '3.3':
Issue #16277: merge fix from 3.2
http://hg.python.org/cpython/rev/8ce04be1321c

New changeset 02e57069f43e by Mark Dickinson in branch 'default':
Issue #16277: merge fix from 3.3
http://hg.python.org/cpython/rev/02e57069f43e
History
Date User Action Args
2012-10-18 18:54:14python-devsetrecipients: + python-dev, mark.dickinson, serhiy.storchaka
2012-10-18 18:54:14python-devlinkissue16277 messages
2012-10-18 18:54:14python-devcreate