mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
Remove _PyRuntime.getframe hook and remove _PyThreadState_GetFrame macro which was an alias to _PyRuntime.getframe. They were only exposed by the internal C API. Remove also PyThreadFrameGetter type.
Miscellaneous source files for the main Python shared library