[issue42171] Add PEP 573 to the stable ABI

2020-11-10 Thread Petr Viktorin
Petr Viktorin added the comment: Added. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42171] Add PEP 573 to the stable ABI

2020-11-10 Thread miss-islington
miss-islington added the comment: New changeset 0b9c4c6fcf2b0673fa45ddfa092934a9d5479b8c by Petr Viktorin in branch 'master': bpo-42171: Add PEP573-related items to the limited API (GH-23009) https://github.com/python/cpython/commit/0b9c4c6fcf2b0673fa45ddfa092934a9d5479b8c -- nosy:

[issue42171] Add PEP 573 to the stable ABI

2020-10-29 Thread hai shi
Change by hai shi : -- nosy: +shihai1991 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42171] Add PEP 573 to the stable ABI

2020-10-27 Thread Petr Viktorin
Change by Petr Viktorin : -- keywords: +patch pull_requests: +21925 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23009 ___ Python tracker ___

[issue42171] Add PEP 573 to the stable ABI

2020-10-27 Thread Petr Viktorin
Petr Viktorin added the comment: Correction: PyModule_AddType is not from PEP 573. I'd like to add it anyway. -- ___ Python tracker ___

[issue42171] Add PEP 573 to the stable ABI

2020-10-27 Thread Dong-hee Na
Dong-hee Na added the comment: > I'd like to add it anyway. Nice ;) -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list

[issue42171] Add PEP 573 to the stable ABI

2020-10-27 Thread Petr Viktorin
New submission from Petr Viktorin : The following PEP 573 were not added to the Windows list of stable ABI symbols (PC/python3dll.c): - PyModule_AddType - PyType_FromModuleAndSpec - PyType_GetModule - PyType_GetModuleState I'd like to add them. Also, the PEP introduces the (METH_FASTCALL |