closes bpo-32980 Remove _PyFrame_Init (GH-5965)

This commit is contained in:
Thomas Nyberg 2018-03-04 07:06:01 +01:00 committed by Benjamin Peterson
parent 0e6c8ee235
commit 7023644e0c
3 changed files with 0 additions and 12 deletions

View file

@ -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");