◐ Shell
clean mode source ↗

bpo-35059: Convert Py_INCREF() to static inline function by vstinner · Pull Request #10079 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

methane

methane

@vstinner vstinner changed the title bpo-35059: Convert Py_INCREF() to function bpo-35059: Convert Py_INCREF() to static inline function

Oct 25, 2018
* Convert Py_INCREF() and Py_DECREF() macros into static inline
  functions.
* Remove _Py_CHECK_REFCNT() macro: code moved into Py_DECREF().

benjaminp

Labels