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 martin.panter
Recipients josh.r, martin.panter, mwh, rhettinger, serhiy.storchaka, shredwheat, squidevil
Date 2016-01-30.11:36:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454153819.07.0.523529399983.issue26168@psf.upfronthosting.co.za>
In-reply-to
Content
I was going to suggest just documenting your use-after-free case as a limitation of the N format. I doubt there is much demand to give away a borrowed reference with N _and_ rely on that borrowed reference staying alive for other parameters. It seems a lot of churn just to avoid a theoretical problem.
History
Date User Action Args
2016-01-30 11:36:59martin.pantersetrecipients: + martin.panter, mwh, rhettinger, shredwheat, serhiy.storchaka, josh.r, squidevil
2016-01-30 11:36:59martin.pantersetmessageid: <1454153819.07.0.523529399983.issue26168@psf.upfronthosting.co.za>
2016-01-30 11:36:59martin.panterlinkissue26168 messages
2016-01-30 11:36:58martin.pantercreate