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 Tom.OConnor, akitada, eric.smith, mark.dickinson, python-dev, skrah, trent
Date 2012-12-02.13:22:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YDqlM4NCRzN8g@mail.python.org>
In-reply-to
Content
New changeset d82b73366227 by Mark Dickinson in branch '3.2':
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms.
http://hg.python.org/cpython/rev/d82b73366227

New changeset 48de792747dc by Mark Dickinson in branch '3.3':
Issue 10052: merge fix from 3.2.
http://hg.python.org/cpython/rev/48de792747dc

New changeset 22d891a2d533 by Mark Dickinson in branch 'default':
Issue 10052: null merge from 3.3
http://hg.python.org/cpython/rev/22d891a2d533
History
Date User Action Args
2012-12-02 13:22:56python-devsetrecipients: + python-dev, mark.dickinson, eric.smith, trent, akitada, skrah, Tom.OConnor
2012-12-02 13:22:56python-devlinkissue10052 messages
2012-12-02 13:22:56python-devcreate