Skip to content

Commit e128021

Browse files
author
Anselm Kruis
committed
Stackless issue python#196: ignore global gen_exhausted_coro
Add the global variable gen_exhausted_coro to the list of ignored globals. It is a constant singleton.
1 parent 9caf8a9 commit e128021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/c-globals/ignored-globals.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ Py_UnwindToken
500500
# justification: constant singleton
501501
gen_exhausted_frame
502502
gen_exhausted_asyncgen
503+
gen_exhausted_coro
503504

504505
# justification: constant
505506
_new_methoddef

0 commit comments

Comments
 (0)