A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2017-March/147687.html below:

[Python-Dev] Not all public names in C API have the "Py" prefix

[Python-Dev] Not all public names in C API have the "Py" prefix [Python-Dev] Not all public names in C API have the "Py" prefixVictor Stinner victor.stinner at gmail.com
Mon Mar 27 06:43:22 EDT 2017
2017-03-27 12:22 GMT+02:00 Serhiy Storchaka <storchaka at gmail.com>:
> Should we to do something with this? Maybe add Py-prefixed aliases and
> temporary keep old names for compatibility (but allow to hide them if define
> a special macro)?

Is is possible to keep backward compatibility if an older version of
the stable ABI is explicitly requested?

Something like:

#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 < 0x03070000
#define getter _Py_getter
...
#endif


Victor
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4