Skip to content

Clean up after bpo-33738.#7627

Merged
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:bpo-33738-cleanup
Jun 11, 2018
Merged

Clean up after bpo-33738.#7627
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:bpo-33738-cleanup

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
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
Copy Markdown
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