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 theller
Recipients
Date 2007-07-13.11:35:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When running Lib/test/test_descr.py with a Windows debug build, I get an assertion in the MS runtime lib, in the isalpha(*p) call, file typeobject.c, line 1582.  The value of '*p' at the time of the call is 4660.

The assertion reported is:

File: istype.c
Line: 68
Expression; (unsigned)(c + 1) <= 256
History
Date User Action Args
2007-08-23 14:58:32adminlinkissue1753395 messages
2007-08-23 14:58:32admincreate