BPO | [45953](https://bugs.python.org/issue45953) --- | :--- Nosy | @gvanrossum, @vstinner, @markshannon, @ericsnowcurrently, @JulienPalard, @miss-islington, @brandtbucher PRs | python/cpython#29883python/cpython#30092python/cpython#30096python/cpython#30588python/cpython#30589python/cpython#30590python/cpython#31038 *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = 'https://github.com/ericsnowcurrently' closed_at = None created_at = labels = ['interpreter-core', '3.11'] title = 'Statically allocate interpreter states as much as possible.' updated_at = user = 'https://github.com/ericsnowcurrently' ``` bugs.python.org fields: ```python activity = actor = 'mdk' assignee = 'eric.snow' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = creator = 'eric.snow' dependencies = [] files = [] hgrepos = [] issue_num = 45953 keywords = ['patch'] message_count = 15.0 messages = ['407476', '408507', '410315', '410441', '410536', '410537', '412046', '412213', '412291', '416159', '416161', '416170', '416208', '416210', '416245'] nosy_count = 7.0 nosy_names = ['gvanrossum', 'vstinner', 'Mark.Shannon', 'eric.snow', 'mdk', 'miss-islington', 'brandtbucher'] pr_nums = ['29883', '30092', '30096', '30588', '30589', '30590', '31038'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue45953' versions = ['Python 3.11'] ``` ### Linked PRs * gh-100254