]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Fri, 26 May 2023 11:23:29 +0000 (16:53 +0530)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 11:23:29 +0000 (16:53 +0530)
commit7fc542c88dc8a09d71006a6240943407b83229d0
tree7a07b24e2fec790d9d4fa7bf7eef3779f46cdcf3
parent46857d0b2a2ac6aeb6dcce2bf2c92ddf4abe7496
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Include/internal/pycore_warnings.h
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Core and Builtins/2023-05-18-12-48-39.gh-issue-89091.FDzRcW.rst [new file with mode: 0644]
Objects/genobject.c
Python/_warnings.c