Skip to content

Commit 966d84e

Browse files
remove reduntant headers include and add my name to whatsnew
1 parent 8f126f6 commit 966d84e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

547547
io
548548
---

Include/internal/pycore_runtime_init.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2928
extern PyTypeObject _PyExc_MemoryError;

0 commit comments

Comments
 (0)