]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22584: Got rid of character tables in _sre.c and use standard macros
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Oct 2014 08:10:46 +0000 (11:10 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Oct 2014 08:10:46 +0000 (11:10 +0300)
commit5aa47443c60deb5cafbf6ad195bf49e364cbce4c
treeedf801d59d61d818daabdd3d52424eaadf2b34f4
parent7438e4b56fa6a34a021f11e1220331e841419b96
Issue #22584: Got rid of character tables in _sre.c and use standard macros
Py_TOLOWER, Py_ISSPACE, etc.
Modules/_sre.c