[issue46753] Statically allocate and initialize the empty tuple.

2022-02-28 Thread Eric Snow
Change by Eric Snow : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

[issue46753] Statically allocate and initialize the empty tuple.

2022-02-28 Thread Eric Snow
Eric Snow added the comment: New changeset 08deed1af56bec8668c6cb4d5cfd89e393e1fe5e by Eric Snow in branch 'main': bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345) https://github.com/python/cpython/commit/08deed1af56bec8668c6cb4d5cfd89e393e1fe5e -- _

[issue46753] Statically allocate and initialize the empty tuple.

2022-02-14 Thread Eric Snow
Change by Eric Snow : -- keywords: +patch pull_requests: +29495 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/31345 ___ Python tracker ___

[issue46753] Statically allocate and initialize the empty tuple.

2022-02-14 Thread Eric Snow
Eric Snow added the comment: Also see bpo-45953. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue46753] Statically allocate and initialize the empty tuple.

2022-02-14 Thread Eric Snow
New submission from Eric Snow : Currently it is created dynamically from the tuple freelist. -- assignee: eric.snow components: Interpreter Core messages: 413268 nosy: eric.snow priority: normal severity: normal stage: needs patch status: open title: Statically allocate and initialize t