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 mrabarnett
Recipients Raphaël Riel, ezio.melotti, mrabarnett, tim.peters
Date 2017-10-11.21:32:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507757551.8.0.213398074469.issue31759@psf.upfronthosting.co.za>
In-reply-to
Content
You shouldn't assume that just because it takes a long time on one implementation that it'll take a long time on all of the others, because it's sometimes possible to include additional checks to reduce the problem. (I doubt you could eliminate the problem entirely, however.)

My regex module, for example, includes some additional checks, and it seems to be OK with these tests.
History
Date User Action Args
2017-10-11 21:32:31mrabarnettsetrecipients: + mrabarnett, tim.peters, ezio.melotti, Raphaël Riel
2017-10-11 21:32:31mrabarnettsetmessageid: <1507757551.8.0.213398074469.issue31759@psf.upfronthosting.co.za>
2017-10-11 21:32:31mrabarnettlinkissue31759 messages
2017-10-11 21:32:31mrabarnettcreate