[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

[issue41103] Removing old buffer support

2021-07-28 Thread Tarun Johar
Tarun Johar added the comment: Also filed under https://bugs.python.org/issue44609 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