-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
mypy on python3.12 raises DeprecationWarning
from ast
#15330
Labels
bug
mypy got something wrong
Comments
List of actual warnings I get:
|
sobolevn
added a commit
that referenced
this issue
Jul 3, 2023
Warnings before: #15330 (comment) Warnings after: ``` (.venv312) ~/Desktop/mypy master ✗ » python -m mypy ex.py Success: no issues found in 1 source file ``` Zero :) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
From https://docs.python.org/3.12/whatsnew/3.12.html
Raised in
fastparse.py
, but haven't checked if they're present elsewheremypy/mypy/fastparse.py
Lines 133 to 151 in 3d2f437
The text was updated successfully, but these errors were encountered: