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.12:49:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542977371.06.0.788709270274.issue35059@psf.upfronthosting.co.za>
In-reply-to
Content
"PyObject* PyObject_INIT(PyObject *op, PyTypeObject *typeobj)"
and
"PyVarObject* PyObject_INIT_VAR(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size)"

Don't cast their argument to PyObject*/PyVarObject* which can introduce new warnings when upgrading from Python 3.7 to Python 3.8.
History
Date User Action Args
2018-11-23 12:49:31vstinnersetrecipients: + vstinner, mark.dickinson, benjamin.peterson, eric.snow, serhiy.storchaka, thatiparthy, Aaron Hall, pablogsal, miss-islington
2018-11-23 12:49:31vstinnersetmessageid: <1542977371.06.0.788709270274.issue35059@psf.upfronthosting.co.za>
2018-11-23 12:49:31vstinnerlinkissue35059 messages
2018-11-23 12:49:31vstinnercreate