◐ Shell
clean mode source ↗

WIP: bpo-35059: Replace inline with macros by vstinner · Pull Request #10669 · 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

Closed

vstinner

wants to merge 1 commit into

python:masterfrom

vstinner:no_inline

Closed

WIP: bpo-35059: Replace inline with macros#10669

vstinner

wants to merge 1 commit into

python:masterfrom

vstinner:no_inline

Conversation

@vstinner

@vstinner vstinner commented

Nov 23, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

Replace static inline functions with C macros.

Change only written to run a benchmark to compare "C macros" to
"static inline functions".

https://bugs.python.org/issue35059

Replace static inline functions with C macros.

Change only written to run a benchmark to compare "C macros" to
"static inline functions".

@vstinner

Copy link Copy Markdown

Member Author

I ran my benchmarks, I close the PR. You should still be able to use it as patch:

https://github.com/python/cpython/pull/10669.patch

@vstinner vstinner closed this

Nov 23, 2018

@vstinner vstinner deleted the no_inline branch

November 23, 2018 12:59

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

Reviewers

No reviews

Assignees

No one assigned

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