◐ Shell
clean mode source ↗

gh-94673: Clarify About Runtime State Related to Static Builtin Types by ericsnowcurrently · Pull Request #117761 · python/cpython

added 3 commits

April 11, 2024 10:01

@ericsnowcurrently ericsnowcurrently changed the title gh-???: Clarify About Runtime State Related to Static Builtin Types gh-94673: Clarify About Runtime State Related to Static Builtin Types

Apr 11, 2024

gvanrossum

gvanrossum

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024
… Types (pythongh-117761)

Guido pointed out to me that some details about the per-interpreter state for the builtin types aren't especially clear.  I'm addressing that by:

* adding a comment explaining that state
* adding some asserts to point out the relationship between each index and the interp/global runtime state