Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-129805: Fixbytes
annotation inTools/jit
#129806
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
422f8e9
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry,@sobolevn, I could not cleanly backport this to
|
…GH-129806)(cherry picked from commit422f8e9)Co-authored-by: sobolevn <mail@sobolevn.me>
GH-130216 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
I can confirm that this now passes
--strict-bytes
check from mypy:We can yet use
mypy@1.15
in CPython to verify it, because there are known regressions :(Tools/jit
has severalbytes
andbytearray
mixups #129805