File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -541,8 +541,8 @@ asyncio
541541* :mod: `asyncio ` has new utility functions for introspecting and printing
542542 the program's call graph: :func: `asyncio.capture_call_graph ` and
543543 :func: `asyncio.print_call_graph `.
544- (Contributed by Yury Selivanov, Pablo Galindo Salgado, and Łukasz Langa
545- in :gh: `91048 `.)
544+ (Contributed by Yury Selivanov, Pablo Galindo Salgado, Łukasz Langa
545+ and Kumar Aditya in :gh: `91048 `.)
546546
547547io
548548---
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ extern "C" {
2323#include "pycore_runtime_init_generated.h" // _Py_bytes_characters_INIT
2424#include "pycore_signal.h" // _signals_RUNTIME_INIT
2525#include "pycore_tracemalloc.h" // _tracemalloc_runtime_state_INIT
26- #include "pycore_genobject.h"
2726
2827
2928extern PyTypeObject _PyExc_MemoryError ;
You can’t perform that action at this time.
0 commit comments