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 flox
Recipients effbot, flox, merrellb, scoder
Date 2010-08-08.20:42:53
SpamBayes Score 3.5923197e-06
Marked as misclassified No
Message-id <1281300175.33.0.337819074704.issue7214@psf.upfronthosting.co.za>
In-reply-to
Content
The verification of the matching between start and end tag is performed in a debug "assert" statement in the Python version.
This check is ignored if the module is compiled with -O.
It is ignored in the C version, too.

I would suggest to keep the current behavior for both versions.
Fredrik and Stefan are CC'd if they want to comment.
History
Date User Action Args
2010-08-08 20:42:55floxsetrecipients: + flox, effbot, scoder, merrellb
2010-08-08 20:42:55floxsetmessageid: <1281300175.33.0.337819074704.issue7214@psf.upfronthosting.co.za>
2010-08-08 20:42:53floxlinkissue7214 messages
2010-08-08 20:42:53floxcreate