Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.4
/
Objects
tag
c9a97fe20799061051fe01fe3dd56aabbb374a99
tagger
Thomas Wouters <thomas@python.org>
Tue Jun 03 15:34:27 2025
object
8a526ec7cbea8fafc9dae4b3dd6371906b9be342
Python 3.13.4
3e1b8d6
[3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (GH-134965)
by Serhiy Storchaka
· 3 months ago
6279eb8
[3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944)
by Serhiy Storchaka
· 3 months ago
e1cc789
gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700)
by Sam Gross
· 3 months ago
50b45c4
[3.13] GH-133543: Maintain tracking for materialized instance dictionaries (GH-133617)
by Brandt Bucher
· 3 months ago
f0a88e2
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
by Inada Naoki
· 3 months ago
6ab4a4a
[3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh-133686)
by Sam Gross
· 3 months ago
7ffef8d
[3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039) (gh-133126)
by Donghee Na
· 4 months ago
ca46ec8
[3.13] gh-132942: Fix races in type lookup cache (gh-133114)
by Neil Schemenauer
· 4 months ago
341b86e
[3.13] gh-132713: Fix typing.Union[index] race condition (GH-132802) (#132839)
by Miss Islington (bot)
· 4 months ago
3de0f55
[3.13] gh-132713: Fix repr(list) race condition (#132801) (#132809)
by Victor Stinner
· 4 months ago
bb59fde
[3.13] gh-132747: Fix `NULL` dereference when calling a method's `__get__` manually (GH-132772) (#132786)
by Peter Bierma
· 4 months ago
6d48194
[3.13] gh-132176: Fix crash on `type()` when `tuple` subclass passed as `bases` (GH-132212) (#132548)
by Miss Islington (bot)
· 4 months ago
67b1c76
[3.13] gh-132213: use relaxed atomics for set hash (#132447)
by Kumar Aditya
· 4 months ago
3f38632
[3.13] GH-127953: Make line number lookup O(1) regardless of the size of the code object (#129127)
by Mark Shannon
· 4 months ago
9c7ef0c
[3.13] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720) (gh-131722)
by Miss Islington (bot)
· 5 months ago
9e0fce4
[3.13] gh-131113: Fix data race in dict.popitem() (gh-131115) (#131119)
by Miss Islington (bot)
· 5 months ago
14230cd
[3.13] gh-130851: Only intern constants of types generated by the compiler (GH-130901) (#130953)
by Sam Gross
· 5 months ago
d5eb490
[3.13] gh-130932: Fix incorrect exception handling in _PyModule_IsPossiblyShadowing (GH-130934) (#130939)
by Miss Islington (bot)
· 5 months ago
e285232c
[3.13] gh-130851: Don't crash when deduping unusual code constants (GH-130853) (#130880)
by Miss Islington (bot)
· 6 months ago
ffef9b0
[3.13] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778) (gh-130833)
by Miss Islington (bot)
· 6 months ago
0752275
[3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808) (#130857)
by Sam Gross
· 6 months ago
9184b1b
[3.13] Postpone <stdbool.h> inclusion after Python.h (#130641) (#130675)
by Victor Stinner
· 6 months ago
9966dae
[3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) (GH-130597)
by Sam Gross
· 6 months ago
7c1b76f
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556)
by Serhiy Storchaka
· 6 months ago
bb6f3c3
[3.13] gh-128714: Fix function object races in `__annotate__`, `__annotations__` and `__type_params__` in free-threading build (GH-129016) (#129729)
by Xuanteng Huang
· 6 months ago
094394a
[3.13] gh-128396: Fix a crash when inline comprehension has the same … (#130311)
by Tian Gao
· 6 months ago
5d83b6c
[3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130237) (GH-130246)
by Miss Islington (bot)
· 6 months ago
320316e
[3.13] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130127)
by Stan Ulbrych
· 6 months ago
2fbc986
[3.13] gh-128759: Fix accesses to `tp_version_tag`. (GH-129750) (GH-130042)
by Sam Gross
· 6 months ago
e4d0303
[3.13] gh-128133: use relaxed atomics for hash of bytes (GH-128412) (#130022)
by Sam Gross
· 6 months ago
ee12a34
[3.13] gh-129967: Fix race condition in `repr(set)` (gh-129978) (gh-130020)
by Sam Gross
· 6 months ago
0526322
[3.13] gh-128100: Use atomic dictionary load in `_PyObject_GenericGetAttrWithDict` (GH-128297) (GH-129979)
by Miss Islington (bot)
· 6 months ago
8a7146c
[3.13] gh-117657: Fix data race in `dict_dict_merge` (gh-129755) (gh-129808)
by Miss Islington (bot)
· 6 months ago
356a9e6
[3.13] gh-129668: Fix thread-safety of MemoryError freelist in free threaded build (gh-129704) (gh-129742)
by Sam Gross
· 6 months ago
8529d64
[3.13] gh-129643: Fix `PyList_Insert` in free-threading builds (GH-129680) (#129725)
by sobolevn
· 6 months ago
b081091
[3.13] gh-129643: fix thread safety of `PyList_SetItem` (#129644) (#129677)
by Kumar Aditya
· 6 months ago
9120330
[3.13] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287) (#128789)
by Miss Islington (bot)
· 6 months ago
66d0636
[3.13] gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIterationValue` (GH-128780) (#128785)
by Miss Islington (bot)
· 7 months ago
632745a
[3.13] gh-128759: fix data race in `type_modified_unlocked` (GH-128764) (#128769)
by Miss Islington (bot)
· 7 months ago
5370ad1
[3.13] gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of super-classes (GH-127523) (#128699)
by Miss Islington (bot)
· 7 months ago
b875917
[3.13] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_characters` (GH-127876) (#128458)
by Miss Islington (bot)
· 8 months ago
fa6c48e
[3.13] gh-128013: fix data race in PyUnicode_AsUTF8AndSize on free-threading (#128021) (#128417)
by Kumar Aditya
· 8 months ago
4f59f1d
[3.13] Clean up redundant ifdef in list getitem (GH-128257) (#128276)
by Miss Islington (bot)
· 8 months ago
c30cad0
[3.13] gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199) (GH-128272)
by Serhiy Storchaka
· 8 months ago
eb692d9
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#127823)
by Pablo Galindo Salgado
· 8 months ago
acf05aa
[3.13] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568) (GH-127798)
by Miss Islington (bot)
· 8 months ago
69bb1c6
[3.13] gh-127582: Make object resurrection thread-safe for free threading. (GH-127612) (GH-127659)
by Sam Gross
· 8 months ago
4060ef3
[3.13] gh-127536: Add missing locks in listobject.c (GH-127580) (GH-127613)
by Sam Gross
· 9 months ago
e546876
[3.13] gh-127521: Mark list as "shared" before resizing if necessary (GH-127524) (GH-127533)
by Miss Islington (bot)
· 9 months ago
f41d8d8
[3.13] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211) (#127216)
by Miss Islington (bot)
· 9 months ago
943e57e
[3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505)
by Bénédikt Tran
· 9 months ago
2f56c68
[3.13] gh-127316: fix incorrect assertion in setting `__class__` in free-threading (GH-127399) (#127422)
by Miss Islington (bot)
· 9 months ago
c743314
[3.13] gh-127020: Make `PyCode_GetCode` thread-safe for free threading (GH-127043) (GH-127107)
by Miss Islington (bot)
· 9 months ago
3fae84f
[3.13] gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (GH-126981) (#127023)
by sobolevn
· 9 months ago
fd276ad
[3.13] gh-126594: Fix typeobject.c wrap_buffer() cast (GH-126754) (#127004)
by Miss Islington (bot)
· 9 months ago
3fe062c
[3.13] gh-126341: add release check to `__iter__` method of `memoryview` (GH-126759) (#126778)
by Miss Islington (bot)
· 9 months ago
02cd3ce
[3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865) (gh-125709) (GH-125204)
by Miss Islington (bot)
· 9 months ago
ce1a1a6
[3.13] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336) (GH-126423)
by Miss Islington (bot)
· 10 months ago
f37ac53
[3.13] gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation (GH-125421) (#126150)
by Miss Islington (bot)
· 10 months ago
7b46ae9
[3.13] gh-125608: Trigger dictionary watchers when inline values change (GH-125611) (GH-125982)
by Miss Islington (bot)
· 10 months ago
3d8b6f0
[3.13] gh-123930: Better error for "from imports" when script shadows module (GH-123929) (#125937)
by Shantanu
· 10 months ago
829d650
[3.13] gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (GH-125616) (#125797)
by Miss Islington (bot)
· 10 months ago
b3badab
[3.13] gh-125221: Fix free-threading data race in `object.__reduce_ex__` (GH-125267) (#125305)
by Miss Islington (bot)
· 10 months ago
8499115
[3.13] gh-123378: fix a crash in `UnicodeError.__str__` (GH-124935) (#125099)
by Miss Islington (bot)
· 10 months ago
d432fa4
[3.13] Fix typos (#123775) (#123866)
by Victor Stinner
· 10 months ago
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
44ba11a
[3.13] gh-124642: Dictionaries aren't marking objects as weakref'd (GH-124643) (#124798)
by Miss Islington (bot)
· 11 months ago
5bf32d1
[3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613) (#124735)
by Serhiy Storchaka
· 11 months ago
a1a4cfc
[3.13] gh-123826: Fix unused function warnings in mimalloc on NetBSD (GH-123827) (#123875)
by Miss Islington (bot)
· 11 months ago
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
62f691f
[3.13] gh-124513: Check args in framelocalsproxy_new() (GH-124515) (#124539)
by Miss Islington (bot)
· 11 months ago
e20505c
[3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499) (#124603)
by Miss Islington (bot)
· 11 months ago
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
c6c3d97
[3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-121329) (#124507)
by Miss Islington (bot)
· 11 months ago
dc09a0c
[3.13] gh-116510: Fix crash due to shared immortal interned strings. (gh-124646) (#124648)
by Miss Islington (bot)
· 11 months ago
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
d655c65
[3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)
by Petr Viktorin
· 12 months ago
10735bf
[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600)
by Victor Stinner
· 12 months ago
8b6dd92
[3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852)
by Serhiy Storchaka
· 12 months ago
57ba3b0
[3.13] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) (#122625)
by Miss Islington (bot)
· 12 months ago
bd29ce8
[3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-123449) (#123450)
by Miss Islington (bot)
· 12 months ago
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
95b4f9c
[3.13] GH-120097: Make FrameLocalsProxy a mapping (GH-120101) (GH-120749)
by Miss Islington (bot)
· 12 months ago
6cd67e4
[3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123235)
by Donghee Na
· 12 months ago
ff58c3c
[3.13] gh-123022: Fix crash with `Py_Initialize` in background thread (GH-123052) (#123114)
by Miss Islington (bot)
· 12 months ago
55aede7
[3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947)
by Miss Islington (bot)
· 1 year ago
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
8c8c43e
[3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309) (#122488)
by Petr Viktorin
· 1 year, 1 month ago
5212624
[3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490)
by Miss Islington (bot)
· 1 year, 1 month ago
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
10cf7d6
[3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249)
by Eric Snow
· 1 year, 1 month ago
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
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
88a96fc
[3.13] gh-116322: Fix typo in the GH-ifdef check (GH-122268) (#122284)
by Miss Islington (bot)
· 1 year, 1 month ago
716c677
[3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-121932)
by Eric Snow
· 1 year, 1 month ago
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
e458268
[3.13] gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (GH-121493) (#122095)
by Miss Islington (bot)
· 1 year, 1 month ago
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
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
233ed46
[3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869)
by Miss Islington (bot)
· 1 year, 1 month ago
Next »