[issue44609] Buffer support in the stable ABI

2021-10-21 Thread Petr Viktorin
Petr Viktorin added the comment: That removal was reverted. Thanks for the report! They are still deprecated, which means they may be removed from future API (and only remain in the stable ABI). But I hope that's only considered when the new buffer protocol is available in the stable ABI. -

[issue44609] Buffer support in the stable ABI

2021-07-29 Thread Inada Naoki
Change by Inada Naoki : -- nosy: +methane ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue44609] Buffer support in the stable ABI

2021-07-12 Thread Tarun Johar
New submission from Tarun Johar : PEP 384 and PEP 652 define a stable ABI to be used with Python 3.2 and later. On Windows, symbols for the stable ABI are exported from the python3.dll shared library. The following functions are present in Python 3.9 but have been removed from Python 3.10b3