Message 370666 - Python tracker (original) (raw)
Message370666
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:39 | vstinner | set | recipients: + vstinner, nascheme, ronaldoussoren, serhiy.storchaka, steve.dower, corona10, ZackerySpytz, shihai1991, petdance |
2020-06-03 12:46:39 | vstinner | set | messageid: 1591188399.13.0.88630740758.issue39573@roundup.psfhosted.org |
2020-06-03 12:46:39 | vstinner | link | issue39573 messages |
2020-06-03 12:46:39 | vstinner | create |