mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-46430: Intern strings in deep-frozen modules (GH-30683)
This commit is contained in:
parent
128ab092ca
commit
c0a5ebeb12
4 changed files with 16 additions and 0 deletions
|
@ -279,6 +279,8 @@ void _Py_Specialize_CompareOp(PyObject *lhs, PyObject *rhs, _Py_CODEUNIT *instr,
|
|||
|
||||
/* Deallocator function for static codeobjects used in deepfreeze.py */
|
||||
void _PyStaticCode_Dealloc(PyCodeObject *co);
|
||||
/* Function to intern strings of codeobjects */
|
||||
void _PyStaticCode_InternStrings(PyCodeObject *co);
|
||||
|
||||
#ifdef Py_STATS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue