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 vstinner
Date 2019-04-24.00:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556066209.46.0.199020240035.issue36707@roundup.psfhosted.org>
In-reply-to
Content
I modified PyObject_MALLOC and other macros when I implemented the PEP 445 "Add new APIs to customize Python memory allocators":
https://www.python.org/dev/peps/pep-0445/

ABI tags are defined by the PEP 3149:
https://www.python.org/dev/peps/pep-3149/#proposal
"--with-pymalloc (flag: m)"

The PEP 393 already made "--with-wide-unicode (flag: u)" useless in Python 3.3.
History
Date User Action Args
2019-04-24 00:36:49vstinnersetrecipients: + vstinner
2019-04-24 00:36:49vstinnersetmessageid: <1556066209.46.0.199020240035.issue36707@roundup.psfhosted.org>
2019-04-24 00:36:49vstinnerlinkissue36707 messages
2019-04-24 00:36:49vstinnercreate