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
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