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 pitrou
Recipients akuchling, ezio.melotti, loewis, pitrou
Date 2009-12-30.16:36:47
SpamBayes Score 4.9700675e-06
Marked as misclassified No
Message-id <1262191009.99.0.231958610495.issue7593@psf.upfronthosting.co.za>
In-reply-to
Content
On the principle nothing looks wrong. There are some tabs-vs-spaces
issues in _sre.c. Can some out-of-bounds crash be triggered if an opcode
is greater than 33?

It needs some benchmarks to know whether it's efficient. Also, I think
it would be nice to include regeneration of the opcode table in the
build process. Since it's very light-weight it can be done
unconditionally (I suppose it will be done from setup.py, right?).
History
Date User Action Args
2009-12-30 16:36:50pitrousetrecipients: + pitrou, loewis, akuchling, ezio.melotti
2009-12-30 16:36:49pitrousetmessageid: <1262191009.99.0.231958610495.issue7593@psf.upfronthosting.co.za>
2009-12-30 16:36:48pitroulinkissue7593 messages
2009-12-30 16:36:47pitroucreate