mirror of
https://github.com/python/cpython.git
synced 2026-08-09 11:38:39 +08:00
- Add an explicit call to PyType_Ready(&PyList_Type) to pythonrun.c (just for the heck of it, really -- we should either explicitly ready all types, or none).