SIGN IN SIGN UP

bpo-46417: Clear more static types (GH-30796)

* Move PyContext static types into object.c static_types list.
* Rename PyContextTokenMissing_Type to _PyContextTokenMissing_Type
  and declare it in pycore_context.h.
* _PyHamtItems types are no long exported: replace PyAPI_DATA() with
  extern.
V
Victor Stinner committed
500c146387b01ea797b52e6a54caf228384e184c
Parent: 1f8014c
Committed by GitHub <noreply@github.com> on 1/22/2022, 5:55:48 PM