mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
This commit is contained in:
parent
edbee56d69
commit
0d9b565e62
7 changed files with 25 additions and 13 deletions
|
@ -317,7 +317,7 @@ extern void _Py_Specialize_UnpackSequence(PyObject *seq, _Py_CODEUNIT *instr,
|
|||
/* Deallocator function for static codeobjects used in deepfreeze.py */
|
||||
extern void _PyStaticCode_Dealloc(PyCodeObject *co);
|
||||
/* Function to intern strings of codeobjects */
|
||||
extern void _PyStaticCode_InternStrings(PyCodeObject *co);
|
||||
extern int _PyStaticCode_InternStrings(PyCodeObject *co);
|
||||
|
||||
#ifdef Py_STATS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue