Message330320
| 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:31 | vstinner | set | recipients: + vstinner, mark.dickinson, benjamin.peterson, eric.snow, serhiy.storchaka, thatiparthy, Aaron Hall, pablogsal, miss-islington |
| 2018-11-23 12:49:31 | vstinner | set | messageid: <1542977371.06.0.788709270274.issue35059@psf.upfronthosting.co.za> |
| 2018-11-23 12:49:31 | vstinner | link | issue35059 messages |
| 2018-11-23 12:49:31 | vstinner | create | |