add contextlib._GeneratorContextManagerBase (#12885)

Actually putting methods on it may be currently infeasible, but
I don't see why it shouldn't exist at all.
This commit is contained in:
Stephen Morton
2024-10-23 07:11:06 -07:00
committed by GitHub
parent 4c38695dfd
commit d5fff13c9b
2 changed files with 10 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ configparser.SectionProxy.__getattr__ # SectionProxy can have arbitrary attribu
configparser.SectionProxy.getboolean
configparser.SectionProxy.getfloat
configparser.SectionProxy.getint
contextlib._GeneratorContextManagerBase.__init__ # skipped in the stubs in favor of its child classes
copy.PyStringMap # defined only in Jython
ctypes.CDLL._FuncPtr # None at class level but initialized in __init__ to this value
ctypes.memmove # CFunctionType