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 Anthony Sottile
Recipients Anthony Sottile, vstinner
Date 2019-05-07.22:33:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557268430.06.0.82363952576.issue36844@roundup.psfhosted.org>
In-reply-to
Content
+vstinner

Hmmm, actually the relevant commit appears to be 6c44fde3e03079e0c69f823dafbe04af50b5bd0d and intentional

(I ran a git bisect to find this!)

https://github.com/python/cpython/pull/12931

Does PEP 3149 require an update with this change, it still mentions --with-pymalloc and the `m` abi flag: https://www.python.org/dev/peps/pep-3149/
History
Date User Action Args
2019-05-07 22:33:50Anthony Sottilesetrecipients: + Anthony Sottile, vstinner
2019-05-07 22:33:50Anthony Sottilesetmessageid: <1557268430.06.0.82363952576.issue36844@roundup.psfhosted.org>
2019-05-07 22:33:50Anthony Sottilelinkissue36844 messages
2019-05-07 22:33:49Anthony Sottilecreate