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 atuining, eric.snow, izbyshev, lemburg, scoder, serhiy.storchaka, tim.peters, vstinner
Date 2018-11-25.22:30:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543185035.55.0.788709270274.issue35081@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 8ac6539d85b481fc6b5e9145446b07e591b2caba by Victor Stinner in branch 'master':
bpo-35081: Add _PyTuple_CAST() (GH-10704)
https://github.com/python/cpython/commit/8ac6539d85b481fc6b5e9145446b07e591b2caba
History
Date User Action Args
2018-11-25 22:30:35vstinnersetrecipients: + vstinner, lemburg, tim.peters, atuining, scoder, eric.snow, serhiy.storchaka, izbyshev
2018-11-25 22:30:35vstinnersetmessageid: <1543185035.55.0.788709270274.issue35081@psf.upfronthosting.co.za>
2018-11-25 22:30:35vstinnerlinkissue35081 messages
2018-11-25 22:30:34vstinnercreate