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 petri.lehtinen
Recipients Suman.Saha, petri.lehtinen
Date 2011-10-25.18:04:43
SpamBayes Score 0.0009032601
Marked as misclassified No
Message-id <1319565883.76.0.536089525192.issue13017@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is not correct: modelobj must not be decref'd, because it has been inserted to the args tuple with the reference-stealing 'N' format. args is later decref'd in function's cleanup code after "finally:".
History
Date User Action Args
2011-10-25 18:04:43petri.lehtinensetrecipients: + petri.lehtinen, Suman.Saha
2011-10-25 18:04:43petri.lehtinensetmessageid: <1319565883.76.0.536089525192.issue13017@psf.upfronthosting.co.za>
2011-10-25 18:04:43petri.lehtinenlinkissue13017 messages
2011-10-25 18:04:43petri.lehtinencreate