New submission from Serhiy Storchaka: Currently the SRE regular expression engine uses internal tables to implement ASCII-only character predicates and converting. Proposed patch get rid of these tables and reuse standard Python macros Py_ISSPACE, Py_TOLOWER, etc.
---------- components: Extension Modules, Regular Expressions files: sre_tables.patch keywords: patch messages: 228836 nosy: ezio.melotti, mrabarnett, pitrou, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Get rid of SRE character tables type: enhancement versions: Python 3.5 Added file: http://bugs.python.org/file36841/sre_tables.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22584> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com