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 amaury.forgeotdarc, vstinner
Date 2012-11-09.01:01:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352422905.09.0.489322672127.issue16445@psf.upfronthosting.co.za>
In-reply-to
Content
The "spatch" doesn't match the following macro:

Modules/_testcapimodule.c:#define UNBIND(X)  Py_DECREF(X); (X) = NULL

--


Python/Python-ast.c is autogenerated from Parser/asdl_c.py, the .py file should be fixed instead.
History
Date User Action Args
2012-11-09 01:01:45vstinnersetrecipients: + vstinner, amaury.forgeotdarc
2012-11-09 01:01:45vstinnersetmessageid: <1352422905.09.0.489322672127.issue16445@psf.upfronthosting.co.za>
2012-11-09 01:01:45vstinnerlinkissue16445 messages
2012-11-09 01:01:44vstinnercreate