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 python-dev, serhiy.storchaka, vstinner
Date 2016-11-22.22:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479853296.86.0.503319290781.issue28765@psf.upfronthosting.co.za>
In-reply-to
Content
sre_compile_remove_groups.patch removes the groups parameter from _sre.compile(). A first step to simplify the API.

I prefer to keep most of the code in pure Python, to have code easier to maintain. So I prefer to not accept only groupindex. I prefer to build both (indexgroup, groupindex) in pure Python and pass them to the C code.

I pushed my patch sre_types.patch.
History
Date User Action Args
2016-11-22 22:21:36vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2016-11-22 22:21:36vstinnersetmessageid: <1479853296.86.0.503319290781.issue28765@psf.upfronthosting.co.za>
2016-11-22 22:21:36vstinnerlinkissue28765 messages
2016-11-22 22:21:36vstinnercreate