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-07-17.11:45:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374061554.54.0.794513254391.issue18408@psf.upfronthosting.co.za>
In-reply-to
Content
Open issues (TODO list):

- review and apply listpop.patch and frame_fasttolocals.patch
- fix CJK codecs: using UNIINV to report _PyUnicodeWriter_WriteChar() failure in Modules/cjkcodecs/cjkcodecs.h does not work. The caller is not aware of the failure: multibytecodec_decerror() receives e=1, whereas it should get MBERR_EXCEPTION
- fix Modules/pyexpat.c: handlers do no detect failures
- fix sqlite: Modules/_sqlite/connection.c calls the finalize method on the aggregate whereas calling step() failed
- fix tests hang when an exception occurs in a thread
- fix new bugs found by pyfailmalloc :-)
History
Date User Action Args
2013-07-17 11:45:54vstinnersetrecipients: + vstinner, gregory.p.smith, neologix, python-dev, serhiy.storchaka
2013-07-17 11:45:54vstinnersetmessageid: <1374061554.54.0.794513254391.issue18408@psf.upfronthosting.co.za>
2013-07-17 11:45:54vstinnerlinkissue18408 messages
2013-07-17 11:45:54vstinnercreate