◐ Shell
clean mode source ↗

bpo-28254: Add PyGC_ functions to the stable ABI manifest by encukou · Pull Request #25720 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@encukou

@encukou encukou commented

Apr 29, 2021

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

I've just merged the "stable ABI manifest" part of PEP-652, so checks fail since 3 new functions were added to the stable ABI.

  • add them to Misc/stable_abi.txt
  • regenerate files (make regen-limited-abi)

https://bugs.python.org/issue28254

Comment thread

Misc/stable_abi.txt

# (Detailed comments aren't really needed for further entries: from here on
# we can use version control logs.)

function PyGC_Disable

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Shouldn't these at line 2124.

Co-authored-by: scoder <stefan_ml@behnel.de>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@orsenthil orsenthil orsenthil approved these changes

@scoder scoder scoder approved these changes

@pablogsal pablogsal pablogsal approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@encukou @orsenthil @scoder @pablogsal @the-knights-who-say-ni @bedevere-bot