Update python3.cpp

This commit is contained in:
恍兮惚兮 2024-04-16 22:38:57 +08:00
parent 1be6be102b
commit 43b80eaa92

View File

@ -3,6 +3,9 @@
#include"main.h"
#include"defs.h"
namespace {
#define PyUnicode_IS_READY(op) 1
#define PyUnicode_Check(op) 1
#ifdef Py_TRACE_REFS
/* Define pointers to support a doubly-linked list of all live heap objects. */
#define _PyObject_HEAD_EXTRA \