[Python-Dev] Process to remove a Python feature (original) (raw)

Victor Stinner vstinner at redhat.com
Wed May 2 05:32:39 EDT 2018


2018-05-02 11:17 GMT+02:00 Antoine Pitrou <solipsis at pitrou.net>:

It's at least possible with gcc, clang and MSVC: https://stackoverflow.com/questions/295120/c-mark-as-deprecated/295229#295229

You can even add a deprecation message.

Aha, I opened an issue: https://bugs.python.org/issue33407 "Implement Py_DEPRECATED() macro for Visual Studio"

Victor



More information about the Python-Dev mailing list