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 amaury.forgeotdarc, brian.curtin, flox, janglin, loewis, pitrou, python-dev, schmir, terry.reedy, vstinner
Date 2013-06-24.21:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3bfNLl41wsz7Lpk@mail.python.org>
In-reply-to
Content
New changeset 5c407b64920c by Victor Stinner in branch 'default':
Issue #9566: _io: Use Py_SAFE_DOWNCAST for fix a compiler warning on Windows x64
http://hg.python.org/cpython/rev/5c407b64920c

New changeset 931e1bc090f6 by Victor Stinner in branch 'default':
Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on Windows x64
http://hg.python.org/cpython/rev/931e1bc090f6
History
Date User Action Args
2013-06-24 21:05:20python-devsetrecipients: + python-dev, loewis, terry.reedy, amaury.forgeotdarc, pitrou, vstinner, schmir, brian.curtin, janglin, flox
2013-06-24 21:05:20python-devlinkissue9566 messages
2013-06-24 21:05:20python-devcreate