Author gvanrossum
Recipients
Date 2007-07-11.21:31:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Some test results: with this patch, test_ast fails weirdly:
test test_ast crashed -- <type 'SystemError'>: bad format char passed to Py_BuildValue

I added assert(PyUnicode_Check(value)); to the top of the function and it never triggered during any of the unit tests (I am in a debug build).  So that's a safe assumption.
History
Date User Action Args
2007-08-23 15:59:01adminlinkissue1752184 messages
2007-08-23 15:59:01admincreate