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, belopolsky, python-dev, rhettinger, tim.peters, vstinner
Date 2013-10-10.14:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cwYrZ5Fz4z7LjN@mail.python.org>
In-reply-to
Content
New changeset bea4447c22bf by Victor Stinner in branch 'default':
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
http://hg.python.org/cpython/rev/bea4447c22bf

New changeset ba27cba3ae20 by Victor Stinner in branch 'default':
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
http://hg.python.org/cpython/rev/ba27cba3ae20
History
Date User Action Args
2013-10-10 14:02:08python-devsetrecipients: + python-dev, tim.peters, rhettinger, amaury.forgeotdarc, belopolsky, vstinner
2013-10-10 14:02:08python-devlinkissue18874 messages
2013-10-10 14:02:07python-devcreate