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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-111506: Rename _Py_SetRefcnt() to Py_SET_REFCNT() #112794

Closed
wants to merge 2 commits into from

Commits on Dec 6, 2023

  1. pythongh-111506: Rename _Py_SetRefcnt() to Py_SET_REFCNT()

    Export Py_SET_REFCNT() opaque function as "Py_SET_REFCNT" symbol in
    the stable ABI.
    
    Add  Objects/object_abi.c file and _Py_STABLE_ABI_IMPL macro.
    vstinner committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    81be63c View commit details
    Browse the repository at this point in the history
  2. Fix: export the symbol

    vstinner committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    eca7f2a View commit details
    Browse the repository at this point in the history