bpo-35059: Convert Py_INCREF() to static inline function by vstinner · Pull Request #10079 · python/cpython
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Conversation
vstinner
changed the title
bpo-35059: Convert Py_INCREF() to function
bpo-35059: Convert Py_INCREF() to static inline function
* Convert Py_INCREF() and Py_DECREF() macros into static inline functions. * Remove _Py_CHECK_REFCNT() macro: code moved into Py_DECREF().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters