mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
This commit is contained in:
parent
0e6c8ee235
commit
7023644e0c
3 changed files with 0 additions and 12 deletions
|
@ -690,9 +690,6 @@ _Py_InitializeCore(const _PyCoreConfig *core_config)
|
|||
|
||||
_Py_ReadyTypes();
|
||||
|
||||
if (!_PyFrame_Init())
|
||||
return _Py_INIT_ERR("can't init frames");
|
||||
|
||||
if (!_PyLong_Init())
|
||||
return _Py_INIT_ERR("can't init longs");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue