gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)
Core static types will continue to use the global value. All other types will use the per-interpreter value. They all share the same range, where the global types use values < 2^16 and each interpreter uses values higher than that.
E
Eric Snow committed
209a0a76552c19088e74b0f27827b9214b6c2cf8
Parent: 0dc8b50
Committed by GitHub <noreply@github.com>
on 4/24/2023, 10:30:13 PM