mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -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).