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, pitrou, r.david.murray, terry.reedy, vstinner
Date 2011-03-10.14:34:22
SpamBayes Score 0.0005550314
Marked as misclassified No
Message-id <1299767664.03.0.170186831881.issue3080@psf.upfronthosting.co.za>
In-reply-to
Content
> Is there a specific place for comments?

Yes, but my work is not done. I still have parts to commit.

> _PyImport_GetDynLoadFunc still takes char* arguments.

Oh. This one is not easy because this function has many implementations and all implementations have the same prototype. I will maybe fix it later.
History
Date User Action Args
2011-03-10 14:34:24vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, belopolsky, pitrou, benjamin.peterson, eric.araujo, Arfrever, r.david.murray
2011-03-10 14:34:24vstinnersetmessageid: <1299767664.03.0.170186831881.issue3080@psf.upfronthosting.co.za>
2011-03-10 14:34:23vstinnerlinkissue3080 messages
2011-03-10 14:34:22vstinnercreate