Message 370303 - Python tracker (original) (raw)
Message370303
Author | vstinner |
---|---|
Recipients | ZackerySpytz, corona10, nascheme, petdance, ronaldoussoren, serhiy.storchaka, shihai1991, steve.dower, vstinner |
Date | 2020-05-29.12:24:24 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1590755064.38.0.126647396713.issue39573@roundup.psfhosted.org |
In-reply-to |
Content |
---|
> bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290) This change broke two projects: * Cython: https://github.com/cython/cython/commit/d8e93b332fe7d15459433ea74cd29178c03186bd (FIXED) * immutables: https://github.com/MagicStack/immutables/issues/46 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-05-29 12:24:24 | vstinner | set | recipients: + vstinner, nascheme, ronaldoussoren, serhiy.storchaka, steve.dower, corona10, ZackerySpytz, shihai1991, petdance |
2020-05-29 12:24:24 | vstinner | set | messageid: 1590755064.38.0.126647396713.issue39573@roundup.psfhosted.org |
2020-05-29 12:24:24 | vstinner | link | issue39573 messages |
2020-05-29 12:24:24 | vstinner | create |