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 Arfrever, amaury.forgeotdarc, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncoghlan, r.david.murray, terry.reedy, vstinner
Date 2011-01-21.02:08:19
SpamBayes Score 0.0020207344
Marked as misclassified No
Message-id <1295575702.65.0.558339942422.issue3080@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, there is a dummy typo in imp_init_builtin() that makes test_importlib to crash (which proves that importlib has a good coverage :-)): replace "s:" by "U:" in if (!PyArg_ParseTuple(args, "s:init_builtin", &name)).
History
Date User Action Args
2011-01-21 02:08:22vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, belopolsky, benjamin.peterson, eric.araujo, Arfrever, r.david.murray
2011-01-21 02:08:22vstinnersetmessageid: <1295575702.65.0.558339942422.issue3080@psf.upfronthosting.co.za>
2011-01-21 02:08:19vstinnerlinkissue3080 messages
2011-01-21 02:08:19vstinnercreate