◐ Shell
clean mode source ↗

bpo-45094: Add Py_NO_INLINE macro by vstinner · Pull Request #28140 · 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

Merged

vstinner

merged 1 commit into

python:mainfrom

vstinner:no_inline

Sep 3, 2021

Merged

bpo-45094: Add Py_NO_INLINE macro#28140

vstinner

merged 1 commit into

python:mainfrom

vstinner:no_inline

Conversation

@vstinner

@vstinner vstinner commented

Sep 3, 2021

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

  • 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

vstinner commented

Sep 3, 2021

Copy link Copy Markdown

Member Author

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

Reviewers

@gpshead gpshead Awaiting requested review from gpshead gpshead is a code owner

@rhettinger rhettinger Awaiting requested review from rhettinger rhettinger is a code owner

@tiran tiran Awaiting requested review from tiran

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot