Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! Update Python/suggestions.c
  • Loading branch information
pablogsal committed Nov 6, 2022
commit 00706e4a8142e4e5695a9309e34b73ac9f715d39
1 change: 1 addition & 0 deletions Include/internal/pycore_global_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ struct _Py_global_strings {
STRUCT_FOR_ID(seek)
STRUCT_FOR_ID(seekable)
STRUCT_FOR_ID(selectors)
STRUCT_FOR_ID(self)
STRUCT_FOR_ID(send)
STRUCT_FOR_ID(sep)
STRUCT_FOR_ID(sequence)
Expand Down
7 changes: 7 additions & 0 deletions Include/internal/pycore_runtime_init_generated.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Python/suggestions.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#define NEEDS_PY_IDENTIFIER

#include "Python.h"
#include "pycore_frame.h"
Comment thread
pablogsal marked this conversation as resolved.
#include "pycore_runtime_init.h" // _Py_ID()

#include "pycore_pyerrors.h"
#include "pycore_code.h" // _PyCode_GetVarnames()
Expand Down