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 larry, serhiy.storchaka, vstinner
Date 2014-01-16.11:06:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389870398.52.0.990641963555.issue20191@psf.upfronthosting.co.za>
In-reply-to
Content
There is another option: modify the function to use argument clinic and implement something in argument clinic to hold a reference on borrowed references "O" and hold a reference on "(...)" sequence.

Holding a reference on borrowed references "O" would make Python more safer against a whole class of bugs.
History
Date User Action Args
2014-01-16 11:06:38vstinnersetrecipients: + vstinner, larry, serhiy.storchaka
2014-01-16 11:06:38vstinnersetmessageid: <1389870398.52.0.990641963555.issue20191@psf.upfronthosting.co.za>
2014-01-16 11:06:38vstinnerlinkissue20191 messages
2014-01-16 11:06:38vstinnercreate