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 Aaron Hall, benjamin.peterson, eric.snow, mark.dickinson, miss-islington, pablogsal, serhiy.storchaka, thatiparthy, vstinner
Date 2018-11-23.13:27:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542979661.55.0.788709270274.issue35059@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset b509d52083e156f97d6bd36f2f894a052e960f03 by Victor Stinner in branch 'master':
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
https://github.com/python/cpython/commit/b509d52083e156f97d6bd36f2f894a052e960f03
History
Date User Action Args
2018-11-23 13:27:41vstinnersetrecipients: + vstinner, mark.dickinson, benjamin.peterson, eric.snow, serhiy.storchaka, thatiparthy, Aaron Hall, pablogsal, miss-islington
2018-11-23 13:27:41vstinnersetmessageid: <1542979661.55.0.788709270274.issue35059@psf.upfronthosting.co.za>
2018-11-23 13:27:41vstinnerlinkissue35059 messages
2018-11-23 13:27:41vstinnercreate