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

Clean up after bpo-33738. #7627

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jun 11, 2018

  • Add declarations even if they are overridden by macros.
  • Make the declaration and the definition of PyExceptionClass_Name
    consistent.

https://bugs.python.org/issue33738

* Add declarations even if they are overridden by macros.
* Make the declaration and the definition of PyExceptionClass_Name
  consistent.
@serhiy-storchaka serhiy-storchaka merged commit 5cbefa9 into python:master Jun 11, 2018
@serhiy-storchaka serhiy-storchaka deleted the bpo-33738-cleanup branch June 11, 2018 12:01
@ctismer
Copy link
Contributor

ctismer commented Jun 12, 2018

That was the crucial idea: The python side of the limited API must always stay the same,
whether you define the limited API or not, it is always the same binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants