mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
4908fae3d5
The PyStdPrinter_Type type now uses the Py_TPFLAGS_DISALLOW_INSTANTIATION flag to disallow instantiation, rather than seting a tp_init method which always fail. Write also unit tests for PyStdPrinter_Type.
Miscellaneous source files for the main Python shared library