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 pitrou
Recipients gvanrossum, mark, pitrou
Date 2008-08-21.13:16:16
SpamBayes Score 0.25503302
Marked as misclassified No
Message-id <1219324577.6.0.13327676686.issue3629@psf.upfronthosting.co.za>
In-reply-to
Content
The following expression is sufficient to reproduce the bug:

re.compile("(?P<quote>)(?(quote))")
History
Date User Action Args
2008-08-21 13:16:17pitrousetrecipients: + pitrou, gvanrossum, mark
2008-08-21 13:16:17pitrousetmessageid: <1219324577.6.0.13327676686.issue3629@psf.upfronthosting.co.za>
2008-08-21 13:16:16pitroulinkissue3629 messages
2008-08-21 13:16:16pitroucreate