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 jonash
Recipients jonash, pitrou, theller
Date 2011-02-27.17:10:09
SpamBayes Score 6.7170813e-06
Marked as misclassified No
Message-id <1298826610.31.0.984617700922.issue11258@psf.upfronthosting.co.za>
In-reply-to
Content
> the orig impl matches the abi_type at the beginning of the parentheses,
> yours simply ignores the abi_type (that should have caught my eye, but that
> regex looked so much like magic that I didn't try to make sense of it :-))

Same here. :)

The version I attached seems to work for me. It's some kind of compromise -- basically it's the original regex but with the unneccessary, performance-decreasing cruft stripped away.

btw, "Jonas H." is perfectly fine - I don't care about being honored, I just want to `import uuid` without waiting forever. :-)
History
Date User Action Args
2011-02-27 17:10:10jonashsetrecipients: + jonash, theller, pitrou
2011-02-27 17:10:10jonashsetmessageid: <1298826610.31.0.984617700922.issue11258@psf.upfronthosting.co.za>
2011-02-27 17:10:09jonashlinkissue11258 messages
2011-02-27 17:10:09jonashcreate