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 iritkatriel
Recipients AbcSxyZ, Jeffrey.Kintscher, berker.peksag, iritkatriel
Date 2021-09-07.16:06:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631030797.62.0.765804843149.issue41489@roundup.psfhosted.org>
In-reply-to
Content
The code was changed and now instead of calling self.error() it raises an exception: 

raise AssertionError(
   'unknown status keyword %r in marked section' % rawdata[i+3:j])


So match not being initialised is no longer a problem.
History
Date User Action Args
2021-09-07 16:06:37iritkatrielsetrecipients: + iritkatriel, berker.peksag, Jeffrey.Kintscher, AbcSxyZ
2021-09-07 16:06:37iritkatrielsetmessageid: <1631030797.62.0.765804843149.issue41489@roundup.psfhosted.org>
2021-09-07 16:06:37iritkatriellinkissue41489 messages
2021-09-07 16:06:37iritkatrielcreate