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 python-dev
Recipients Arfrever, benjamin.peterson, bkabrda, ced, christian.heimes, doko, doughellmann, ezio.melotti, georg.brandl, jdemeyer, larry, mrabarnett, pitrou, python-dev, serhiy.storchaka
Date 2013-08-03.16:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3c6rNS1rN8zND8@mail.python.org>
In-reply-to
Content
New changeset 86b8b035529b by Serhiy Storchaka in branch '3.3':
Issue #17998: Fix an internal error in regular expression engine.
http://hg.python.org/cpython/rev/86b8b035529b

New changeset 36702442ffe0 by Serhiy Storchaka in branch 'default':
Issue #17998: Fix an internal error in regular expression engine.
http://hg.python.org/cpython/rev/36702442ffe0

New changeset e5e425fd1e4f by Serhiy Storchaka in branch '2.7':
Issue #17998: Fix an internal error in regular expression engine.
http://hg.python.org/cpython/rev/e5e425fd1e4f
History
Date User Action Args
2013-08-03 16:31:37python-devsetrecipients: + python-dev, georg.brandl, doko, pitrou, larry, christian.heimes, benjamin.peterson, ezio.melotti, mrabarnett, Arfrever, doughellmann, ced, serhiy.storchaka, bkabrda, jdemeyer
2013-08-03 16:31:37python-devlinkissue17998 messages
2013-08-03 16:31:36python-devcreate