mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-76785: Drop PyInterpreterID_Type (gh-117101)
I added it quite a while ago as a strategy for managing interpreter lifetimes relative to the PEP 554 (now 734) implementation. Relatively recently I refactored that implementation to no longer rely on InterpreterID objects. Thus now I'm removing it.
This commit is contained in:
parent
abdd1f938f
commit
617158e078
18 changed files with 357 additions and 443 deletions
|
|
@ -54,7 +54,6 @@ Objects/genobject.c - _PyAsyncGenASend_Type -
|
|||
Objects/genobject.c - _PyAsyncGenAThrow_Type -
|
||||
Objects/genobject.c - _PyAsyncGenWrappedValue_Type -
|
||||
Objects/genobject.c - _PyCoroWrapper_Type -
|
||||
Objects/interpreteridobject.c - PyInterpreterID_Type -
|
||||
Objects/iterobject.c - PyCallIter_Type -
|
||||
Objects/iterobject.c - PySeqIter_Type -
|
||||
Objects/iterobject.c - _PyAnextAwaitable_Type -
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue