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 pitrou
Recipients Robin.Schreiber, loewis, pitrou, skip.montanaro
Date 2012-05-08.12:33:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336480383.36.0.80008367239.issue14732@psf.upfronthosting.co.za>
In-reply-to
Content
PyModule_AddObject steals the value's reference, so you need to INCREF it before. Besides that, I don't see any obvious bug, but perhaps Martin wants to take a look.
History
Date User Action Args
2012-05-08 12:33:03pitrousetrecipients: + pitrou, loewis, skip.montanaro, Robin.Schreiber
2012-05-08 12:33:03pitrousetmessageid: <1336480383.36.0.80008367239.issue14732@psf.upfronthosting.co.za>
2012-05-08 12:33:02pitroulinkissue14732 messages
2012-05-08 12:33:02pitroucreate