Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

gh-146261: Fix bug in_Py_uop_sym_set_func_version#146291

Merged
Fidget-Spinner merged 2 commits intopython:mainfrom
Sacul0457:Restore-CHECK_FUNCTION-VERSION-Opt
Mar 22, 2026
Merged

gh-146261: Fix bug in_Py_uop_sym_set_func_version#146291
Fidget-Spinner merged 2 commits intopython:mainfrom
Sacul0457:Restore-CHECK_FUNCTION-VERSION-Opt

Conversation

@Sacul0457
Copy link
Contributor

@Sacul0457Sacul0457 commentedMar 22, 2026
edited
Loading

Fixes a bug in_Py_uop_sym_set_func_version where it should returnfalse instead oftrue when we hit the bottom.

caseJIT_SYM_TRUTHINESS_TAG:
sym_set_bottom(ctx,sym);
returntrue;
returnfalse;

Choose a reason for hiding this comment

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

Sorry, can you just reduce the PR to just this line? I'm really sorry for taking up your time on this Sacul.

After staring at this more, I realised the original function watcher idea works, but needs a lot more work. I think this might be too complicated for a contributor to take, so I'll take over. Thanks for opening the issue again and for spotting this mistake of mine!

Sacul0457 reacted with thumbs up emoji
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

No worries, glad to be able to help where I can :)

@Sacul0457Sacul0457 changed the titlegh-146261: Restore Optimization of_CHECK_FUNCTION_VERSION in the JITgh-146261: Fix bug in_Py_uop_sym_set_func_versionMar 22, 2026
Copy link
Member

@Fidget-SpinnerFidget-Spinner left a comment

Choose a reason for hiding this comment

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

Thanks!

Sacul0457 reacted with heart emoji
@Fidget-SpinnerFidget-Spinner merged commit1ceb1fb intopython:mainMar 22, 2026
72 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@Fidget-SpinnerFidget-SpinnerFidget-Spinner approved these changes

@markshannonmarkshannonAwaiting requested review from markshannonmarkshannon is a code owner

@tomasr8tomasr8Awaiting requested review from tomasr8tomasr8 is a code owner

@savannahostrowskisavannahostrowskiAwaiting requested review from savannahostrowskisavannahostrowski is a code owner

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@Sacul0457@Fidget-Spinner

[8]ページ先頭

©2009-2026 Movatter.jp