Remove more remnants of deepfreeze (#118159)

This commit is contained in:
Guido van Rossum 2024-04-22 12:17:57 -07:00 committed by GitHub
parent 8974a63f5e
commit 4c7bfdff90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 29 deletions

View file

@ -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