mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
cf19b6435d
Since `PyLong_From Long(PY_MONITORING_DEBUGGER_ID)` falls to `small_int` case and can't return `NULL`. Added `assert`s for extra confidence. https://github.com/python/cpython/issues/134411#issuecomment-2897653868
Miscellaneous source files for the main Python shared library