Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-35059: Convert Py_INCREF() to static inline function #10079

Merged
merged 1 commit into from Oct 29, 2018
Merged

bpo-35059: Convert Py_INCREF() to static inline function #10079

merged 1 commit into from Oct 29, 2018

Commits on Oct 28, 2018

  1. 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().
    vstinner committed Oct 28, 2018
    Copy the full SHA
    8b994b9 View commit details
    Browse the repository at this point in the history