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 Demur Rumed
Recipients Demur Rumed, ezio.melotti, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner, yselivanov
Date 2016-04-23.12:11:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461413471.65.0.243486948892.issue23507@psf.upfronthosting.co.za>
In-reply-to
Content
This code could be made to look a lot less hackish if the potential tuple reuse was abstracted by a PyTuple_UniqueOrNew(PyTuple) which returns its argument if REFCNT==1 otherwise allocates a tuple of the same size & returns that. It decrefs PyTuple if REFCNT != 1
History
Date User Action Args
2016-04-23 12:11:11Demur Rumedsetrecipients: + Demur Rumed, rhettinger, pitrou, scoder, vstinner, ezio.melotti, serhiy.storchaka, yselivanov
2016-04-23 12:11:11Demur Rumedsetmessageid: <1461413471.65.0.243486948892.issue23507@psf.upfronthosting.co.za>
2016-04-23 12:11:11Demur Rumedlinkissue23507 messages
2016-04-23 12:11:11Demur Rumedcreate