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 lars
Recipients Trundle, amaury.forgeotdarc, aronacher, christian.heimes, lars, loewis, neXyon, serhiy.storchaka
Date 2013-01-09.16:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357747277.23.0.558206139474.issue9369@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, forgot to save changes to Doc/c-api/object.rst.

PyObject_CallMethodObjArgs takes a PyObject*, mustn't that be non-const for reference counting to work?

PyDict_GetItemString already has const, just not in refcounts.dat. Fixed.
History
Date User Action Args
2013-01-09 16:01:17larssetrecipients: + lars, loewis, amaury.forgeotdarc, christian.heimes, aronacher, Trundle, neXyon, serhiy.storchaka
2013-01-09 16:01:17larssetmessageid: <1357747277.23.0.558206139474.issue9369@psf.upfronthosting.co.za>
2013-01-09 16:01:17larslinkissue9369 messages
2013-01-09 16:01:17larscreate