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 serhiy.storchaka
Recipients effbot, ezio.melotti, gvanrossum, mrabarnett, pitrou, python-dev, rhettinger, serhiy.storchaka, terry.reedy
Date 2014-11-11.19:23:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4318662.XZodpmD8qV@raxxla>
In-reply-to <8184788.6OkEFgrSc3@raxxla>
Content
> Since the op codes are singletons, you can use identity tests instead of
> equality checks in sre_parse.py:

Please ignore my reply in previous message. Op codes are always tested for 
identity in sre_compile.py, so I have applied your suggestion in sre_parse.py 
(30a6c74ad87f).
History
Date User Action Args
2014-11-11 19:23:50serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, effbot, rhettinger, terry.reedy, pitrou, ezio.melotti, mrabarnett, python-dev
2014-11-11 19:23:50serhiy.storchakalinkissue22434 messages
2014-11-11 19:23:50serhiy.storchakacreate