Message340749
| 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:49 | vstinner | set | recipients: + vstinner |
| 2019-04-24 00:36:49 | vstinner | set | messageid: <1556066209.46.0.199020240035.issue36707@roundup.psfhosted.org> |
| 2019-04-24 00:36:49 | vstinner | link | issue36707 messages |
| 2019-04-24 00:36:49 | vstinner | create | |