mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Remove more remnants of deepfreeze (#118159)
This commit is contained in:
parent
8974a63f5e
commit
4c7bfdff90
5 changed files with 0 additions and 29 deletions
BIN
Include/incl.tar
Normal file
BIN
Include/incl.tar
Normal file
Binary file not shown.
|
|
@ -288,11 +288,6 @@ extern void _Py_Specialize_Send(PyObject *receiver, _Py_CODEUNIT *instr);
|
|||
extern void _Py_Specialize_ToBool(PyObject *value, _Py_CODEUNIT *instr);
|
||||
extern void _Py_Specialize_ContainsOp(PyObject *value, _Py_CODEUNIT *instr);
|
||||
|
||||
/* Finalizer function for static codeobjects used in deepfreeze.py */
|
||||
extern void _PyStaticCode_Fini(PyCodeObject *co);
|
||||
/* Function to intern strings of codeobjects and quicken the bytecode */
|
||||
extern int _PyStaticCode_Init(PyCodeObject *co);
|
||||
|
||||
#ifdef Py_STATS
|
||||
|
||||
#include "pycore_bitutils.h" // _Py_bit_length
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ extern PyStatus _Py_HashRandomization_Init(const PyConfig *);
|
|||
|
||||
extern PyStatus _PyGC_Init(PyInterpreterState *interp);
|
||||
extern PyStatus _PyAtExit_Init(PyInterpreterState *interp);
|
||||
extern int _Py_Deepfreeze_Init(void);
|
||||
|
||||
/* Various internal finalizers */
|
||||
|
||||
|
|
@ -58,7 +57,6 @@ extern void _PyWarnings_Fini(PyInterpreterState *interp);
|
|||
extern void _PyAST_Fini(PyInterpreterState *interp);
|
||||
extern void _PyAtExit_Fini(PyInterpreterState *interp);
|
||||
extern void _PyThread_FiniType(PyInterpreterState *interp);
|
||||
extern void _Py_Deepfreeze_Fini(void);
|
||||
extern void _PyArg_Fini(void);
|
||||
extern void _Py_FinalizeAllocatedBlocks(_PyRuntimeState *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue