Bugs item #1089395, was opened at 2004-12-21 23:02 Message generated for change (Settings changed) made by doerwalter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1089395&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Unicode Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Walter Dörwald (doerwalter) Assigned to: Martin v. Löwis (loewis) Summary: segfault/assert in tokenizer Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Walter Dörwald (doerwalter) Date: 2005-07-13 00:00 Message: Logged In: YES user_id=89016 OK, patch www.python.org/sf/1101726 has been applied. ---------------------------------------------------------------------- Comment By: Greg Chapman (glchapman) Date: 2005-01-13 16:47 Message: Logged In: YES user_id=86307 I just posted a patch for this here: www.python.org/sf/1101726 I'd appreciate any comments/corrections. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1089395&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com