Python 3.13.0
  1. b843974 [3.13] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strings (gh-124646)" (gh-124807) (#124812) by Miss Islington (bot) · 11 months ago
  2. 44ba11a [3.13] gh-124642: Dictionaries aren't marking objects as weakref'd (GH-124643) (#124798) by Miss Islington (bot) · 11 months ago
  3. 5bf32d1 [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613) (#124735) by Serhiy Storchaka · 11 months ago
  4. a1a4cfc [3.13] gh-123826: Fix unused function warnings in mimalloc on NetBSD (GH-123827) (#123875) by Miss Islington (bot) · 11 months ago
  5. 4c3d537 [3.13] gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898) (#123936) by Miss Islington (bot) · 11 months ago
  6. 62f691f [3.13] gh-124513: Check args in framelocalsproxy_new() (GH-124515) (#124539) by Miss Islington (bot) · 11 months ago
  7. e20505c [3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499) (#124603) by Miss Islington (bot) · 11 months ago
  8. 80de976 [3.13] GH-124547: Clear instance dictionary if memory error occurs during object dealloc (GH-124627) (#124714) by Miss Islington (bot) · 11 months ago
  9. c6c3d97 [3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329) (#124507) by Miss Islington (bot) · 11 months ago
  10. dc09a0c [3.13] gh-116510: Fix crash due to shared immortal interned strings. (gh-124646) (#124648) by Miss Islington (bot) · 11 months ago
  11. 22dee7b [3.13] gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule object (GH-124559) (#124588) by Miss Islington (bot) · 11 months ago
  12. d655c65 [3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622) by Petr Viktorin · 12 months ago
  13. 10735bf [3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600) by Victor Stinner · 12 months ago
  14. 8b6dd92 [3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852) by Serhiy Storchaka · 12 months ago
  15. 57ba3b0 [3.13] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122625) by Miss Islington (bot) · 12 months ago
  16. bd29ce8 [3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-123449) (#123450) by Miss Islington (bot) · 12 months ago
  17. abaaaff [3.13] gh-122982: Extend the deprecation period for bool inversion by two years (GH-123306) (#123316) by Miss Islington (bot) · 12 months ago
  18. 95b4f9c [3.13] GH-120097: Make FrameLocalsProxy a mapping (GH-120101) (GH-120749) by Miss Islington (bot) · 12 months ago
  19. 6cd67e4 [3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123235) by Donghee Na · 12 months ago
  20. ff58c3c [3.13] gh-123022: Fix crash with `Py_Initialize` in background thread (GH-123052) (#123114) by Miss Islington (bot) · 12 months ago
  21. 55aede7 [3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947) by Miss Islington (bot) · 1 year ago
  22. c1efeb3 [3.13] gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (GH-122317) (#122612) by Miss Islington (bot) · 1 year, 1 month ago
  23. 8c8c43e [3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309) (#122488) by Petr Viktorin · 1 year, 1 month ago
  24. 5212624 [3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490) by Miss Islington (bot) · 1 year, 1 month ago
  25. 11292ab [3.13] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122326) by Dino Viehland · 1 year, 1 month ago
  26. 10cf7d6 [3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249) by Eric Snow · 1 year, 1 month ago
  27. 4092510 [3.13] gh-122291: Intern latin-1 one-byte strings at startup (GH-122303) (GH-122347) by Miss Islington (bot) · 1 year, 1 month ago
  28. aca41cf [3.13] GH-121832: Assert that the version number of static builtin types is not changed by PyType_Modified (gh-122290) by Miss Islington (bot) · 1 year, 1 month ago
  29. 88a96fc [3.13] gh-116322: Fix typo in the GH-ifdef check (GH-122268) (#122284) by Miss Islington (bot) · 1 year, 1 month ago
  30. 716c677 [3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-121932) by Eric Snow · 1 year, 1 month ago
  31. 77ab53a [3.13] gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (GH-122139) (#122186) by Miss Islington (bot) · 1 year, 1 month ago
  32. e458268 [3.13] gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (GH-121493) (#122095) by Miss Islington (bot) · 1 year, 1 month ago
  33. 2fff3c4 [3.13] gh-121266: Change dict check_lookup() return type to int (GH-121581) (#121949) by Miss Islington (bot) · 1 year, 1 month ago
  34. a45d905 [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) by Serhiy Storchaka · 1 year, 1 month ago
  35. 233ed46 [3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869) by Miss Islington (bot) · 1 year, 1 month ago
  36. 4395d68 [3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API (GH-121364) (GH-121854) by Petr Viktorin · 1 year, 1 month ago
  37. 72cd53e [3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903) (GH-121904) by Miss Islington (bot) · 1 year, 1 month ago
  38. 09ff4ec [3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) (GH-121900) by Serhiy Storchaka · 1 year, 1 month ago
  39. 6613029 [3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121867) by Miss Islington (bot) · 1 year, 1 month ago
  40. 281ffb6 [3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358) (GH-121851) by Miss Islington (bot) · 1 year, 1 month ago
  41. 0794220 [3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799) (#121821) by Miss Islington (bot) · 1 year, 1 month ago
  42. 767f714 [3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773) by Miss Islington (bot) · 1 year, 1 month ago
  43. 97b06d5 [3.13] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121761) by Miss Islington (bot) · 1 year, 1 month ago
  44. f78e1aa [3.13] gh-121652: Handle `allocate_weakref` returning NULL (GH-121653) (#121721) by Miss Islington (bot) · 1 year, 1 month ago
  45. cd74ed0 [3.13] gh-120198: Stop the world when setting __class__ on free-threaded build (#121591) by Ken Jin · 1 year, 1 month ago
  46. c6dbfbb [3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630) by Miss Islington (bot) · 1 year, 1 month ago
  47. 927f882 [3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121590) by Miss Islington (bot) · 1 year, 1 month ago
  48. 867cf40 [3.13] gh-121460: Skip freeing unallocated arenas (gh-121589) by Miss Islington (bot) · 1 year, 1 month ago
  49. a1fc8d3 [3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (gh-121565) by Miss Islington (bot) · 1 year, 1 month ago
  50. 2f15383 [3.13] gh-112075: Fix dict thread safety issues (GH-119288) (#121545) by Miss Islington (bot) · 1 year, 1 month ago
  51. f0d16f7 [3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541) by Miss Islington (bot) · 1 year, 1 month ago
  52. c128718 [3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) (#121505) by Miss Islington (bot) · 1 year, 1 month ago
  53. 06fd745 [3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120914) (#121240) by Miss Islington (bot) · 1 year, 2 months ago
  54. 58a3c3c gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118) by Miss Islington (bot) · 1 year, 2 months ago
  55. 0a77058 [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964) by Miss Islington (bot) · 1 year, 2 months ago
  56. 6aee5ed [3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) (#120963) by Miss Islington (bot) · 1 year, 2 months ago
  57. 9769b7a [3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945) by Petr Viktorin · 1 year, 2 months ago
  58. 447e07a [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680, GH-120955) (GH-120944) by Miss Islington (bot) · 1 year, 2 months ago
  59. 4dc27bc [3.13] gh-119344: Make critical section API public (GH-119353) (#120856) by Sam Gross · 1 year, 2 months ago
  60. f3d7823 [3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-120442) (#120826) by Miss Islington (bot) · 1 year, 2 months ago
  61. 3cb6c4c [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#120800) by Sam Gross · 1 year, 2 months ago
  62. b8fd80f [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. (#120748) by Mark Shannon · 1 year, 2 months ago
  63. 1ce5984 [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807) (#120695) by Miss Islington (bot) · 1 year, 2 months ago
  64. 71ad34d [3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_count (gh-120657) by Miss Islington (bot) · 1 year, 2 months ago
  65. cbcb526 [3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484) (#120554) by Miss Islington (bot) · 1 year, 2 months ago
  66. 18ea22a [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518) by Miss Islington (bot) · 1 year, 2 months ago
  67. 91c4444 [3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-120403) by Miss Islington (bot) · 1 year, 2 months ago
  68. a6c4080 gh-120198: Fix race condition when editing __class__ with an audit hook active (GH-120195) by Miss Islington (bot) · 1 year, 2 months ago
  69. f386cc9 [3.13] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) (GH-120305) by Miss Islington (bot) · 1 year, 2 months ago
  70. 52225c6 [3.13] gh-120298: Fix use-after-free in `list_richcompare_impl` (GH-120303) (#120340) by Miss Islington (bot) · 1 year, 2 months ago
  71. afef6b5 [3.13] gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (GH-120228) (#120238) by Miss Islington (bot) · 1 year, 2 months ago
  72. 327a36a [3.13] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount` (GH-120000) (#120073) by Miss Islington (bot) · 1 year, 2 months ago
  73. 1177897 [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334) by Miss Islington (bot) · 1 year, 2 months ago
  74. e5fb3a2 [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-120009) by Miss Islington (bot) · 1 year, 2 months ago
  75. ae70531 [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005) by Sam Gross · 1 year, 2 months ago
  76. e5dfcea [3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-119963) by Miss Islington (bot) · 1 year, 3 months ago
  77. 0a266f7 [3.13] gh-74929: PEP 667 C API documentation (gh-119892) by Miss Islington (bot) · 1 year, 3 months ago
  78. 844b535 [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119687) (GH-119803) by Miss Islington (bot) · 1 year, 3 months ago
  79. dcfbd3b [3.13] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (GH-119527) (#119746) by Miss Islington (bot) · 1 year, 3 months ago
  80. c0e9961 [3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (#119678) by Miss Islington (bot) · 1 year, 3 months ago
  81. f49749c [3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543) by Miss Islington (bot) · 1 year, 3 months ago
  82. 251ef2e [3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (GH-119456) by Miss Islington (bot) · 1 year, 3 months ago
  83. cd35e9d [3.13] gh-117657: Fix missing atomic in dict_resize (GH-119312) (#119417) by Miss Islington (bot) · 1 year, 3 months ago
  84. 0841606 [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (GH-119315) (#119419) by Miss Islington (bot) · 1 year, 3 months ago
  85. dcb8030 [3.13] gh-119053: Implement the fast path for list.__getitem__ (gh-119112) (gh-119309) by Miss Islington (bot) · 1 year, 3 months ago
  86. 93ef7aa [3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#118933) by Miss Islington (bot) · 1 year, 3 months ago
  87. 93fce2d [3.13] Rename `notimplemented_methods` into `nodefault_methods` (GH-118896) (#118898) by Miss Islington (bot) · 1 year, 3 months ago
  88. d524802 Fix some missing null checks. (GH-118721) by Miss Islington (bot) · 1 year, 3 months ago
  89. 846cfb9 [3.13] gh-118561: Fix crash involving list.extend in free-threaded build (GH-118723) (#118863) by Miss Islington (bot) · 1 year, 3 months ago
  90. 098eec9 [3.13] gh-118849: Fix "code will never be executed" warning in `dictobject.c` (GH-118850) (#118859) by Miss Islington (bot) · 1 year, 3 months ago
  91. 7b9ca26 [3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-118292) (#118796) by Miss Islington (bot) · 1 year, 3 months ago
  92. e7aec87 gh-118746: Fix crash in frame_getlocals and _PyFrame_GetLocals (#118748) by Tian Gao · 1 year, 3 months ago
  93. e7dafdc gh-110209: Add __class_getitem__ for generator and coroutine (#110212) by James Hilton-Balfe · 1 year, 3 months ago
  94. 723d4d2 gh-118527: Intern code consts in free-threaded build (#118667) by Sam Gross · 1 year, 3 months ago
  95. 636b8d9 gh-112075: Fix race in constructing dict for instance (#118499) by Dino Viehland · 1 year, 3 months ago
  96. 2ba2c14 gh-118527: Intern code name and filename on default build (#118576) by Sam Gross · 1 year, 3 months ago
  97. 616b745 GH-115709: Invalidate executors when a local variable is changed via frame.f_locals (#118639) by Mark Shannon · 1 year, 3 months ago
  98. 5a1618a gh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators (#118454) by Dino Viehland · 1 year, 3 months ago
  99. e5c6992 GH-117714: implement athrow().close() and asend().close() using throw (GH-117906) by Thomas Grainger · 1 year, 3 months ago
  100. 417dd3a gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645) by Petr Viktorin · 1 year, 3 months ago