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 rhettinger, sir-sigurd, vstinner
Date 2019-02-21.11:24:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550748261.46.0.923600009009.issue36030@roundup.psfhosted.org>
In-reply-to
Content
Please make PyTuple_FromArray private: rename to _PyTuple_FromArray. I would prefer to only add it to Include/internals/pycore_tupleobject.c.
History
Date User Action Args
2019-02-21 11:24:21vstinnersetrecipients: + vstinner, rhettinger, sir-sigurd
2019-02-21 11:24:21vstinnersetmessageid: <1550748261.46.0.923600009009.issue36030@roundup.psfhosted.org>
2019-02-21 11:24:21vstinnerlinkissue36030 messages
2019-02-21 11:24:21vstinnercreate