[issue39984] Move pending calls from _PyRuntime to PyInterpreterState

STINNER Victor report at bugs.python.org
Wed Mar 25 13:57:41 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

I moved pending calls to PyInterpreterState.

There are remaining issues with using pending calls in subinterpreters, but I propose to continue the discussion in bpo-37127.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
title: Move some ceval fields from _PyRuntime.ceval to PyInterpreterState.ceval -> Move pending calls from _PyRuntime to PyInterpreterState

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39984>
_______________________________________


More information about the Python-bugs-list mailing list