mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
GH-100719: Remove redundant gi_code field from generator object. (GH-100749)
This commit is contained in:
parent
572223f9ce
commit
22b8d77b98
9 changed files with 126 additions and 71 deletions
|
|
@ -209,7 +209,7 @@ _PyFrame_GetFrameObject(_PyInterpreterFrame *frame)
|
|||
* frames like the ones in generators and coroutines.
|
||||
*/
|
||||
void
|
||||
_PyFrame_Clear(_PyInterpreterFrame * frame);
|
||||
_PyFrame_ClearExceptCode(_PyInterpreterFrame * frame);
|
||||
|
||||
int
|
||||
_PyFrame_Traverse(_PyInterpreterFrame *frame, visitproc visit, void *arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue