Skip to content

Commit

Permalink
minor diff cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraditya303 authored Nov 23, 2024
1 parent d0aedf0 commit 6e813c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-graph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Stack Introspection
-------------------------------------

asyncio has powerful runtime call graph introspection utilities
to trace the entire call graph of a running coroutine or task, or
to trace the entire call graph of a running *coroutine* or *task*, or
a suspended *future*. These utilities and the underlying machinery
can be used by users in their Python code or by external profilers
and debuggers.
Expand Down
1 change: 1 addition & 0 deletions Include/internal/pycore_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ extern "C" {
#include "pycore_typeobject.h" // struct _types_runtime_state
#include "pycore_unicodeobject.h" // struct _Py_unicode_runtime_state


/* Full Python runtime state */

/* _PyRuntimeState holds the global state for the CPython runtime.
Expand Down
1 change: 0 additions & 1 deletion Include/internal/pycore_runtime_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ extern "C" {
#include "pycore_runtime_init_generated.h" // _Py_bytes_characters_INIT
#include "pycore_signal.h" // _signals_RUNTIME_INIT
#include "pycore_tracemalloc.h" // _tracemalloc_runtime_state_INIT
#include "pycore_genobject.h"


extern PyTypeObject _PyExc_MemoryError;
Expand Down

0 comments on commit 6e813c5

Please sign in to comment.