Clone this repo:
  1. 8611f74 gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156) by Peter Bierma · 17 minutes ago main
  2. 579c5b4 gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131) by Yongtao Huang · 2 hours ago
  3. 8d46f96 gh-143103: Added pad parameter to base64.z85encode() (GH-143106) by Hauke D · 5 hours ago
  4. 86d9045 gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-143044) by kaushal trivedi · 8 hours ago
  5. cf6758f gh-143092: Make CALL_LIST_APPEND and BINARY_OP_INPLACE_ADD_UNICODE normal instructions (GH-143124) by Ken Jin · 19 hours ago
  6. 594a463 gh-120321: Fix TSan reported races on gi_frame_state (gh-143128) by Sam Gross · 20 hours ago
  7. 305aff0 Move News for gh-142560 to Core and Builtins (GH-143154) by Cody Maloney · 22 hours ago
  8. 7342890 gh-142517: Fix typo in news item. (#143150) by R. David Murray · 23 hours ago
  9. 3509fa5 gh-143135: Fix sys.flags.inspect when PYTHONINSPECT=0 (GH-143136) by Stan Ulbrych · 23 hours ago
  10. 84b7e69 gh-140717: Add `exc_text` to LogRecord attributes table (GH-140718) by Tom Kuson · 23 hours ago
  11. 7c44f37 gh-138122: Extend binary profiling format with full source location and opcode (#143088) by Pablo Galindo Salgado · 25 hours ago
  12. 1e17ccd Correctly fold unknown-8bit originating from encoded words. (#142517) by R. David Murray · 27 hours ago
  13. d4dc3dd gh-138122: Replace --interval with --sampling-rate (#143085) by László Kiss Kollár · 27 hours ago
  14. e8e044e gh-143100: Fix memcpy data race in setobject.c (gh-143127) by Sam Gross · 28 hours ago
  15. 4ee6929 gh-143121: Skip test that leak threads under TSan (gh-143125) by Sam Gross · 28 hours ago
  16. 57937a8 gh-142145: Avoid timing measurements in quadratic behavior test (gh-143105) by Sam Gross · 28 hours ago
  17. 9af7a20 gh-136186: Fix flaky tests in test_external_inspection (#143110) by Pablo Galindo Salgado · 28 hours ago
  18. fc2f0fe JIT: Move executor to a register (#143072) by Diego Russo · 31 hours ago
  19. 50ecd6b gh-143108: Don't instrument faulthandler.c for TSan (#143109) by Sam Gross · 2 days ago
  20. cc48bf0 gh-134584: Eliminate redundant refcounting from `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-143094) by Hai Zhu · 2 days ago