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 vstinner
Recipients vstinner
Date 2011-06-04.23:30:59
SpamBayes Score 0.0014736642
Marked as misclassified No
Message-id <1307230260.08.0.858189035703.issue12264@psf.upfronthosting.co.za>
In-reply-to
Content
import parser; parser.expr("a", "b") raises a TypeError('expr() takes at most 1 argument (2 given)') but corrupt also the reference count of an object (I don't know which one): "python: Modules/gcmodule.c:327: visit_decref: Assertion `gc->gc.gc_refs != 0' failed."
History
Date User Action Args
2011-06-04 23:31:00vstinnersetrecipients: + vstinner
2011-06-04 23:31:00vstinnersetmessageid: <1307230260.08.0.858189035703.issue12264@psf.upfronthosting.co.za>
2011-06-04 23:30:59vstinnerlinkissue12264 messages
2011-06-04 23:30:59vstinnercreate