gh-106320: Remove private _PyErr C API functions (#106356)
Remove private _PyErr C API functions: move them to the internal C API (pycore_pyerrors.h).
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <Python.h>
|
||||
#include <errcode.h>
|
||||
|
||||
#include "pycore_pyerrors.h" // _PyErr_ProgramDecodedTextObject()
|
||||
#include "tokenizer.h"
|
||||
#include "pegen.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user