Skip to content

gh-142543: Mark tracer functions as Py_NO_INLINE - #142846

Merged
Fidget-Spinner merged 5 commits into
python:mainfrom
Fidget-Spinner:no_inilne_tracer
Dec 17, 2025
Merged

gh-142543: Mark tracer functions as Py_NO_INLINE#142846
Fidget-Spinner merged 5 commits into
python:mainfrom
Fidget-Spinner:no_inilne_tracer

Conversation

@Fidget-Spinner

@Fidget-SpinnerFidget-Spinner commented Dec 16, 2025

Copy link
Copy Markdown
Member

@Fidget-SpinnerFidget-Spinner changed the title gh-142543: Mark tracer function as Py_NO_INLINEgh-142543: Mark tracer functions as Py_NO_INLINEDec 16, 2025
@Fidget-Spinner

Copy link
Copy Markdown
MemberAuthor

This is basically the same as #137731

@savannahostrowskisavannahostrowski left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Fidget-Spinner

Copy link
Copy Markdown
MemberAuthor

I'd like to get this in ASAP as this breaks JIT builds on all clang-based systems without tailcalling and with LTO on.

@Fidget-Spinner
Fidget-Spinner merged commit 89729f2 into python:mainDec 17, 2025
64 checks passed
@Fidget-Spinner
Fidget-Spinner deleted the no_inilne_tracer branch December 17, 2025 00:12
Sign up for freeto 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.

SIGSEGV in test_isinstance and test_json with --enable-experimental-jit=yes and --with-lto=full

2 participants

@Fidget-Spinner@savannahostrowski