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 doerwalter
Recipients
Date 2004-12-21.22:02:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The attached script fail.py (with the attached codec 
evilascii.py) leads to a segfault in both Python 2.3 and 
2.4. With a debug build I get:

python: Parser/tokenizer.c:367: fp_readl: Assertion 
`strlen(str) < (size_t)size' failed.
Aborted

Assigning to Martin, because this seems to be PEP 263 
related.
History
Date User Action Args
2007-08-23 14:28:37adminlinkissue1089395 messages
2007-08-23 14:28:37admincreate