mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
528b7eb0b0
- 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).