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 vstinner
Recipients gregory.p.smith, neologix, python-dev, serhiy.storchaka, vstinner
Date 2013-08-14.00:19:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376439589.98.0.131426681821.issue18408@psf.upfronthosting.co.za>
In-reply-to
Content
TODO:

- review and integrate frame_fasttolocals.patch
- #18507: import_init() should not use Py_FatalError() but return an error
- #18509: CJK decoders should return MBERR_EXCEPTION on PyUnicodeWriter error
- fix tests hang when an exception occurs in a thread

Most bugs have been fixed.
History
Date User Action Args
2013-08-14 00:19:50vstinnersetrecipients: + vstinner, gregory.p.smith, neologix, python-dev, serhiy.storchaka
2013-08-14 00:19:49vstinnersetmessageid: <1376439589.98.0.131426681821.issue18408@psf.upfronthosting.co.za>
2013-08-14 00:19:49vstinnerlinkissue18408 messages
2013-08-14 00:19:49vstinnercreate