typeshed
typeshed copied to clipboard
Experiment: make IntEnum integer interface final
https://discuss.python.org/t/amend-pep-586-to-make-enum-values-subtypes-of-literal/59456/11
Diff from mypy_primer, showing the effect of this PR on open source code:
psycopg (https://github.com/psycopg/psycopg)
+ tests/test_pipeline_async.py:57: error: Unused "type: ignore" comment [unused-ignore]
+ tests/test_pipeline.py:60: error: Unused "type: ignore" comment [unused-ignore]