New submission from Eric Snow <ericsnowcurren...@gmail.com>:

The static initializer for `_PyRuntime` is currently defined in 
Include/internal/pycore_runtime.h.  However, it is only needed by 
Python/pylifecycle.c (and Python/pystate.c for an optimization) and should only 
be used there.  (Also, the initializer is quite large.)  So I'm planning on 
moving it to it's own internal header file.

----------
assignee: eric.snow
components: Interpreter Core
messages: 410529
nosy: eric.snow
priority: normal
severity: normal
stage: needs patch
status: open
title: Move runtime static init to its own header file.
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46370>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to