1. 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 3 years, 10 months ago
  2. 048a356 bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) by Victor Stinner · 3 years, 10 months ago
  3. 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 3 years, 11 months ago
  4. dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years ago
  5. b4d5a5c bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413) by Skip Montanaro · 4 years, 4 months ago
  6. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 4 years, 5 months ago
  7. 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 4 years, 5 months ago
  8. da7933e bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) by Victor Stinner · 4 years, 5 months ago
  9. 0e427c6 bpo-39947: Add _PyThreadState_GetDict() function (GH-19160) by Victor Stinner · 4 years, 6 months ago
  10. 5804f87 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) by Victor Stinner · 4 years, 6 months ago
  11. 6723e93 bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) by Victor Stinner · 4 years, 6 months ago
  12. be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 4 years, 6 months ago
  13. 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 4 years, 6 months ago
  14. 82c83bd bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350) by Victor Stinner · 4 years, 10 months ago
  15. 8855e47 bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) by Joannah Nanjekye · 5 years ago
  16. 0a28f8d bpo-36710: Add tstate parameter in import.c (GH-14218) by Victor Stinner · 5 years ago
  17. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 5 years ago
  18. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 5 years ago
  19. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 5 years ago
  20. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  21. b930a2d bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936) by Victor Stinner · 5 years ago
  22. 8bb3230 bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) by Victor Stinner · 5 years ago
  23. 8b9dbc0 bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) by Victor Stinner · 5 years ago
  24. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 6 years ago
  25. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 6 years ago
  26. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 6 years ago
  27. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 6 years ago
  28. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 6 years ago
  29. f2a9d5c bpo-35134: Create Include/cpython/pystate.h (GH-10733) by Victor Stinner · 6 years ago