Home
last modified time | relevance | path

Searched refs:_PyAsyncGen_Fini (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_genobject.h17 extern void _PyAsyncGen_Fini(PyInterpreterState *);
/third_party/python/Python/
H A Dpylifecycle.c12 #include "pycore_genobject.h" // _PyAsyncGen_Fini()
1676 _PyAsyncGen_Fini(interp); in finalize_interp_types()
/third_party/python/Objects/
H A Dgenobject.c1680 _PyAsyncGen_Fini(PyInterpreterState *interp) in _PyAsyncGen_Fini() function
1733 // async_gen_asend_dealloc() must not be called after _PyAsyncGen_Fini() in async_gen_asend_dealloc()
1898 // async_gen_asend_new() must not be called after _PyAsyncGen_Fini() in async_gen_asend_new()
1939 // async_gen_wrapped_val_dealloc() must not be called after _PyAsyncGen_Fini() in async_gen_wrapped_val_dealloc()
2016 // _PyAsyncGenValueWrapperNew() must not be called after _PyAsyncGen_Fini() in _PyAsyncGenValueWrapperNew()

Completed in 6 milliseconds