8000 Stackless issue #139: ignore global gen_exhausted_asyncgen · akruis/cpython@cb04beb · GitHub
[go: up one dir, main page]

Skip to content

Commit cb04beb

Browse files
author
Anselm Kruis
committed
Stackless issue python#139: ignore global gen_exhausted_asyncgen
Add the global variable gen_exhausted_asyncgen to the list of ignored globals. It is a constant singleton.
1 parent 65a02d1 commit cb04beb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/c-globals/ignored-globals.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,8 @@ Py_UnwindToken
499499
# Stackless/pickling/prickelpit.c
500500
# justification: constant singleton
501501
gen_exhausted_frame
502+
gen_exhausted_asyncgen
503+
502504
# justification: constant
503505
_new_methoddef
504506

0 commit comments

Comments
 (0)
0