Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.0
/
Objects
tag
968953dcd8930880a3e9c5302b6892a5a0836c14
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Oct 24 17:35:40 2022
object
deaf509e8fc6e0363bd6f26d52ad42f976ec42f2
Python 3.11.0
38ade0d
gh-97616: list_resize() checks for integer overflow (GH-97617)
by Miss Islington (bot)
· 2 years, 10 months ago
bac61bc
gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)
by Miss Islington (bot)
· 2 years, 10 months ago
99919d4
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-96353)
by Miss Islington (bot)
· 3 years ago
8a776d1
gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)
by Miss Islington (bot)
· 3 years ago
f8b71da
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
by Gregory P. Smith
· 3 years ago
5835911
gh-96455: update example in exception_handling_notes.txt to the 3.11RC bytecode (GH-96456)
by Miss Islington (bot)
· 3 years ago
27950d8
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH-96188)
by Miss Islington (bot)
· 3 years ago
3ea0beb
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
by Miss Islington (bot)
· 3 years ago
3ea9ba6
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-95665) (GH-95858)
by Miss Islington (bot)
· 3 years ago
c96b26c
GH-92678: Document that you shouldn't be doing your own dictionary offset calculations. (GH-95598) (GH-95821)
by Miss Islington (bot)
· 3 years ago
f292635
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
by Miss Islington (bot)
· 3 years ago
312dab2
Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647)
by Mark Shannon
· 3 years ago
2ab5601
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
by Mark Shannon
· 3 years ago
7baca3c
GH-95150: Use position and exception tables for code hashing and equality (GH-95509)
by Miss Islington (bot)
· 3 years, 1 month ago
6934726
gh-95369: add missing decref in error case of exception group's split (GH-95370)
by Miss Islington (bot)
· 3 years, 1 month ago
503a3a7
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (GH-95325) (#95336)
by Miss Islington (bot)
· 3 years, 1 month ago
7f73194
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)
by Pablo Galindo Salgado
· 3 years, 1 month ago
e5ff5ec
[3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)
by Mark Shannon
· 3 years, 1 month ago
88ea2b6
gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (GH-95176)
by Miss Islington (bot)
· 3 years, 1 month ago
bbdacb4
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-95110)
by Miss Islington (bot)
· 3 years, 1 month ago
5a48ab0
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) (GH-95143)
by Brandt Bucher
· 3 years, 1 month ago
e693f84
[3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)
by Miss Islington (bot)
· 3 years, 1 month ago
84d58ad
GH-90699: fix ref counting of static immortal strings (gh-94850)
by Miss Islington (bot)
· 3 years, 1 month ago
9487e8d
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
by Miss Islington (bot)
· 3 years, 1 month ago
498c649
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
by Miss Islington (bot)
· 3 years, 1 month ago
b4e232c
gh-94607: Fix subclassing generics (GH-94610)
by Miss Islington (bot)
· 3 years, 1 month ago
b22f9d6
[3.11] gh-94438: in frameobject's mark_stacks switch, the PUSH_EXC_INFO and POP_EXCEPT cases are no longer reachable (GH-94582) (GH-94595)
by Irit Katriel
· 3 years, 1 month ago
68f5fa6
[3.11] GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371) (#94482)
by Miss Islington (bot)
· 3 years, 2 months ago
02b30a8
[3.11] GH-94438: Backport GH-94444 (#94486)
by Mark Shannon
· 3 years, 2 months ago
3b4f5ed
[3.11] GH-93516: Backport GH-93769 (GH-94231)
by Mark Shannon
· 3 years, 2 months ago
50a2e36
gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-94375)
by Miss Islington (bot)
· 3 years, 2 months ago
1f00e8c
[3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176)
by Miss Islington (bot)
· 3 years, 2 months ago
852b4d4
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#93493)
by Ken Jin
· 3 years, 2 months ago
3ece6e6
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127)
by Mark Shannon
· 3 years, 2 months ago
a1565a8
gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94085)
by Miss Islington (bot)
· 3 years, 2 months ago
26329e4
GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961) (GH-94032)
by Miss Islington (bot)
· 3 years, 2 months ago
96254a9
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
by Victor Stinner
· 3 years, 2 months ago
81686e7
gh-84461: Silence some compiler warnings on WASM (GH-93978)
by Miss Islington (bot)
· 3 years, 2 months ago
15c8838
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
by Miss Islington (bot)
· 3 years, 2 months ago
579e985
gh-89828: Do not relay the __class__ attribute in GenericAlias (GH-93754)
by Miss Islington (bot)
· 3 years, 2 months ago
2eff55c
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
by Miss Islington (bot)
· 3 years, 2 months ago
73c8f3f
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
by Miss Islington (bot)
· 3 years, 2 months ago
29c7e81
gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
by Miss Islington (bot)
· 3 years, 2 months ago
8dc5df4
[3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412) (GH-93746)
by Miss Islington (bot)
· 3 years, 2 months ago
4443c28
Fix missing word in sys.float_info docstring (GH-93489) (GH-93495)
by Miss Islington (bot)
· 3 years, 3 months ago
3265ff9
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346)
by Miss Islington (bot)
· 3 years, 3 months ago
00f8fe9
[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484)
by Miss Islington (bot)
· 3 years, 3 months ago
3637425
[3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306)
by Eric Snow
· 3 years, 3 months ago
d9089c0
GH-92804: Fix memory leak in memoryview iterator (gh-92805)
by Miss Islington (bot)
· 3 years, 3 months ago
9652900
Issues/88027: A potential double free in list_sort_impl (#92367)
by Tim Peters
· 3 years, 3 months ago
85354ed
gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)
by Alexey Izbyshev
· 3 years, 3 months ago
1ed8d03
gh-87390: Fix starred tuple equality and pickling (GH-92337)
by Serhiy Storchaka
· 3 years, 4 months ago
a95138b
bpo-43857: Improve the AttributeError message when deleting a missing attribute (#25424)
by Géry Ogam
· 3 years, 4 months ago
a918589
bpo-46764: Fix wrapping bound method with @classmethod (#31367)
by Michael J. Sullivan
· 3 years, 4 months ago
d716a0d
Use static inline function Py_EnterRecursiveCall() (#91988)
by Victor Stinner
· 3 years, 4 months ago
836b17c
Add more stats for freelist use and allocations. (GH-92211)
by Mark Shannon
· 3 years, 4 months ago
804f252
gh-91320: Use _PyCFunction_CAST() (#92251)
by Victor Stinner
· 3 years, 4 months ago
b270b82
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
by Victor Stinner
· 3 years, 4 months ago
b156578
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
by Dennis Sweeney
· 3 years, 4 months ago
6c7249f
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
by Ken Jin
· 3 years, 4 months ago
c96da83
Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)
by larryhastings
· 3 years, 4 months ago
ff88f7e
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
by Jelle Zijlstra
· 3 years, 4 months ago
0ed91a2
gh-90213: Speed up right shifts of negative integers (GH-30277)
by Mark Dickinson
· 3 years, 4 months ago
18b07d7
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
by Serhiy Storchaka
· 3 years, 4 months ago
4d10f70
gh-92114: Improve error message for types with __class_getitem__ = None (GH-92115)
by Serhiy Storchaka
· 3 years, 4 months ago
3483299
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
by Serhiy Storchaka
· 3 years, 4 months ago
e8c2f72
bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828)
by Serhiy Storchaka
· 3 years, 4 months ago
0ef8d92
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
by Yurii Karabas
· 3 years, 4 months ago
cd1fbbc
gh-91603: Speed up operator "|" for UnionType (GH-91955)
by Serhiy Storchaka
· 3 years, 4 months ago
64a54e5
gh-91719: Add pycore_opcode.h internal header file (#91906)
by Victor Stinner
· 3 years, 4 months ago
364ed94
gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)
by Victor Stinner
· 3 years, 4 months ago
d44815c
GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less dangerous. (GH-91790)
by Mark Shannon
· 3 years, 4 months ago
944fffe
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
by Mark Shannon
· 3 years, 4 months ago
f2b4e45
gh-91636: Don't clear required fields of function objects (GH-91651)
by Dennis Sweeney
· 3 years, 4 months ago
7cdaf87
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
by Victor Stinner
· 3 years, 4 months ago
d7d7e6c
Cast to (destructor) to fix compiler warnings (GH-91711)
by Dennis Sweeney
· 3 years, 4 months ago
f571c26
gh-91632: Fix generic_alias_iterator to be finalized at exit. (GH-91727)
by Dong-hee Na
· 3 years, 4 months ago
4d2403f
gh-91020: Add `PyBytes_Type.tp_alloc` for subclass (GH-91686)
by Inada Naoki
· 3 years, 4 months ago
da6c785
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
by Dennis Sweeney
· 3 years, 4 months ago
ab0d35d
bpo-46712: share more global strings in deepfreeze (gh-32152)
by Kumar Aditya
· 3 years, 4 months ago
aa5c0a9
bpo-40421: Cleanup PyFrame C API (GH-32417)
by Victor Stinner
· 3 years, 4 months ago
7fbc7f6
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings (#31711)
by Oleg Iarygin
· 3 years, 4 months ago
2f0fc52
gh-91102: Use Argument Clinic for EncodingMap (#31725)
by Oleg Iarygin
· 3 years, 4 months ago
8c54c3d
gh-91576: Speed up iteration of strings (#91574)
by Kumar Aditya
· 3 years, 4 months ago
a573cb2
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
by Oleg Iarygin
· 3 years, 4 months ago
d4c4a76
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
by Irit Katriel
· 3 years, 4 months ago
355cbaa
gh-91266: refactor bytearray strip methods (GH-32096)
by Pieter Eendebak
· 3 years, 4 months ago
37a53fb
gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)
by Pablo Galindo Salgado
· 3 years, 4 months ago
0859368
gh-91421: Use constant value check during runtime (GH-91422)
by Tobias Stoeckmann
· 3 years, 4 months ago
8be8949
gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)
by Dennis Sweeney
· 3 years, 4 months ago
f6e43e8
GH-89480: Document motivation, design and implementation of 3.11 frame stack. (GH-32304)
by Mark Shannon
· 3 years, 4 months ago
b0b836b
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
by John Belmonte
· 3 years, 4 months ago
dd207a6
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
by Irit Katriel
· 3 years, 4 months ago
d6fb104
Fix bad grammar and import docstring for split/rsplit (GH-32381)
by Raymond Hettinger
· 3 years, 4 months ago
5b4a4b6
Add new PyFrame_GetLasti C-API function (GH-32413)
by Mark Shannon
· 3 years, 4 months ago
e2d78ba
bpo-47250: Fix refleak from object.__getstate__() (GH-32403)
by Dong-hee Na
· 3 years, 4 months ago
ef6a482
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
by Brandt Bucher
· 3 years, 4 months ago
85addfb
bpo-35134: Remove the Include/code.h header file (GH-32385)
by Victor Stinner
· 3 years, 4 months ago
884eba3
bpo-26579: Add object.__getstate__(). (GH-2821)
by Serhiy Storchaka
· 3 years, 4 months ago
a69a4a9
bpo-46721: Optimize set.issuperset() for non-set arguments (GH-31280)
by Serhiy Storchaka
· 3 years, 4 months ago
Next »