[Python-Dev] Process to remove a Python feature (original) (raw)
Victor Stinner vstinner at redhat.com
Wed May 2 05:32:39 EDT 2018
- Previous message (by thread): [Python-Dev] Process to remove a Python feature
- Next message (by thread): [Python-Dev] Process to remove a Python feature
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] Process to remove a Python feature
- Next message (by thread): [Python-Dev] Process to remove a Python feature
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]