[issue19380] Optimize parsing of regular expressions

Serhiy Storchaka report at bugs.python.org
Thu Sep 18 11:11:40 CEST 2014


Serhiy Storchaka added the comment:

Actually "if x:" is slightly faster than "if x is not None:" on current implementation.

----------
Added file: http://bugs.python.org/file36649/re_parse_3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19380>
_______________________________________


More information about the Python-bugs-list mailing list