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 jdemeyer
Recipients jdemeyer, vstinner
Date 2019-05-13.20:09:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557778161.04.0.234993498971.issue36907@roundup.psfhosted.org>
In-reply-to
Content
The idea of #36904 could be used here: define a special kind of tuple, which is like an ordinary tuple followed by a C array of PyObject* entries (all refcounted), terminated by a NULL to know where it ends. A special deallocation function would decref all entries.
History
Date User Action Args
2019-05-13 20:09:21jdemeyersetrecipients: + jdemeyer, vstinner
2019-05-13 20:09:21jdemeyersetmessageid: <1557778161.04.0.234993498971.issue36907@roundup.psfhosted.org>
2019-05-13 20:09:21jdemeyerlinkissue36907 messages
2019-05-13 20:09:20jdemeyercreate