8000 gh-131798: JIT: Narrow the return type of _CALL_LEN to int by diegorusso · Pull Request #132940 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-131798: JIT: Narrow the return type of _CALL_LEN to int #132940

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 4 commits into from
Apr 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/Core_and_Builtins/2025-04-25-14-56-45.gh-issu…
…e-131798.NpcKub.rst

Co-authored-by: Max Bernstein <tekknolagi@gmail.com>
  • Loading branch information
diegorusso and tekknolagi authored Apr 25, 2025
commit a017e9378d16ea02264298bc60c50999b3c57bb1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Allow the JIT to remove int guards after ``_CALL_LEN`` by setting the return type to string. Patch by Diego Russo
Allow the JIT to remove int guards after ``_CALL_LEN`` by setting the return type to int. Patch by Diego Russo
Loading
0