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 ZackerySpytz, corona10, nascheme, petdance, ronaldoussoren, serhiy.storchaka, shihai1991, steve.dower, vstinner
Date 2020-06-03.12:46:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591188399.13.0.88630740758.issue39573@roundup.psfhosted.org>
In-reply-to
Content
numpy fix defines Py_SET_TYPE() and Py_SET_SIZE() on old Python versions:

* https://github.com/numpy/numpy/commit/a96b18e3d4d11be31a321999cda4b795ea9eccaa
* https://github.com/numpy/numpy/pull/16417

In the whole numpy code base, only 5 lines have to be modified!
History
Date User Action Args
2020-06-03 12:46:39vstinnersetrecipients: + vstinner, nascheme, ronaldoussoren, serhiy.storchaka, steve.dower, corona10, ZackerySpytz, shihai1991, petdance
2020-06-03 12:46:39vstinnersetmessageid: <1591188399.13.0.88630740758.issue39573@roundup.psfhosted.org>
2020-06-03 12:46:39vstinnerlinkissue39573 messages
2020-06-03 12:46:39vstinnercreate