Skip to content

bpo-45094: Add Py_NO_INLINE macro #28140

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

Merged
merged 1 commit into from
Sep 3, 2021
Merged

bpo-45094: Add Py_NO_INLINE macro #28140

merged 1 commit into from
Sep 3, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 3, 2021

  • Rename _Py_NO_INLINE macro to Py_NO_INLINE: make it public and
    document it.
  • Sort macros in the C API documentation.

https://bugs.python.org/issue45094

* Rename _Py_NO_INLINE macro to Py_NO_INLINE: make it public and
  document it.
* Sort macros in the C API documentation.
@vstinner
Copy link
Member Author

vstinner commented Sep 3, 2021

PR to prepare the addition of a Py_ALWAYS_INLINE macro.

@vstinner vstinner merged commit 7974c30 into python:main Sep 3, 2021
@vstinner vstinner deleted the no_inline branch September 3, 2021 14:52
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.

3 participants