8000 gh-135700: Fix instructions in __annotate__ have incorrect code positions by AndPuQing · Pull Request #135814 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-135700: Fix instructions in __annotate__ have incorrect code positions #135814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 212 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
212 commits
Select commit Hold shift + click to select a range
983ae79
fix instructions in __annotate__ have incorrect code positions
AndPuQing Jun 22, 2025
dd3bea2
📜🤖 Added by blurb_it.
blurb-it[bot] Jun 22, 2025
c2f0a4d
Update Misc/NEWS.d/next/Core_and_Builtins/2025-06-22-10-47-27.gh-issu…
AndPuQing Jun 22, 2025
b79060e
add unit tests
AndPuQing Jun 22, 2025
2201864
fix test
AndPuQing Jun 23, 2025
aed06b7
fix test
AndPuQing Jun 23, 2025
d85247e
Update Lib/test/test_dis.py
AndPuQing Jun 24, 2025
eca9248
Apply suggestions from code review
AndPuQing Jun 24, 2025
e14cb29
fix test
AndPuQing Jun 24, 2025
f216c82
gh-135239: simpler use of mutexes in cryptographic modules (#135267)
picnixz Jun 22, 2025
c620360
gh-135815: skip `netrc` security checks if `os.getuid` is missing (#1…
picnixz Jun 22, 2025
a84a62b
gh-135532: cleanup clinic `module` directives for cryptographic modul…
picnixz Jun 22, 2025
5b12e0b
add async generators section to asyncio internal docs (#135674)
kumaraditya303 Jun 23, 2025
0cc0aee
gh-134986: Catch PermissionError when trying to call perf in tests (#…
emmatyping Jun 23, 2025
07bb428
gh-89488: Add warning about `Py_BuildValue("p")` needing exact `int` …
encukou Jun 23, 2025
f249c82
gh-135823: improve error message in `netrc` security checks (#135827)
picnixz Jun 23, 2025
bf25413
Bump mypy to 1.16.1 (#135720)
sobolevn Jun 23, 2025
7b36de1
GH-124878: reenable `test_finalize_daemon_thread_hang` test under TSA…
kumaraditya303 Jun 23, 2025
a126c1a
gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)
Fidget-Spinner Jun 23, 2025
aed1ed0
gh-131798: Optimize `_UNARY_NEGATIVE` (GH-135223)
noamcohen97 Jun 23, 2025
88222eb
gh-119786: Add InternalDocs/qsbr.md. (gh-135411)
nascheme Jun 23, 2025
c87b55b
Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)
Yzi-Li Jun 23, 2025
62d59e3
Fix example according to PEP 750 in "What's new in 3.14" (GH-134727)
vpoulailleau Jun 23, 2025
f4bf6ab
gh-135648: Document that `shutil.copyfileobj` doesn't flush (#135737)
freakboy3742 Jun 24, 2025
e856bb9
gh-135532: use `defining_class` for copying BLAKE-2 and SHA-3 objects…
picnixz Jun 24, 2025
e081415
gh-123299: Update 'What's New in Python 3.14' from `3.14` branch (#13…
hugovk Jun 24, 2025
9831101
GH-135106: Restrict trashcan to GC'ed objects (GH-135682)
markshannon Jun 24, 2025
576fe7a
gh-135494: Fix python -m test --pgo -x test_re (#135713)
vstinner Jun 24, 2025
1043b3e
gh-135487: fix `reprlib.Repr.repr_int` when given very large integers…
picnixz Jun 24, 2025
1bf0089
gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889)
sobolevn Jun 24, 2025
c2e0003
gh-135805: Document the X option and env var for controlling thread-l…
mpage Jun 24, 2025
d76582d
gh-135855: Raise TypeError When Passing Non-dict Object to `_interpre…
brianschubert Jun 24, 2025
f49487f
GH-90117: Check for list and tuple before MappingView in pprint (GH-1…
brandtbucher Jun 24, 2025
772467a
gh-91555: Revert disabling of logger while handling log record. (GH-1…
vsajip Jun 25, 2025
412082d
GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
nascheme Jun 25, 2025
cd18690
gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH…
ZeroIntensity Jun 25, 2025
c5c3851
gh-135839: Fix `module_traverse` and `module_clear` in `_interpchanne…
sobolevn Jun 25, 2025
37b7efc
gh-135755: Move SPECIAL_ constants to a private header (GH-135922)
encukou Jun 25, 2025
cc611f8
gh-131591: Make --without-remote-debug work (GH-135925)
encukou Jun 25, 2025
abb6398
gh-135839: Fix `module_traverse` and `module_clear` in subinterp modu…
sobolevn Jun 25, 2025
2d75283
Docs: Add cross-reference for `positional_item` in the `calls` produc…
HarryLHW Jun 25, 2025
d8d537a
gh-135927: Fix MSVC Clatest C builds (GH-135935)
Fidget-Spinner Jun 25, 2025
b7de590
Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh-1…
jtibbertsma Jun 25, 2025
e613aee
Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393)
reynoldsnlp Jun 25, 2025
4f577c6
gh-125142: remove duplicated import in `Lib/pydoc.py` (gh-135215)
StanFromIreland Jun 26, 2025
38ecbf9
Add whatsnew text for warnings module changes. (gh-135869)
nascheme Jun 26, 2025
cb689a3
gh-135956: Remove duplicate word in _pydatetime docstring (#135957)
terryjreedy Jun 26, 2025
6bdea9a
gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed …
encukou Jun 26, 2025
55e0336
gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)
ZeroIntensity Jun 26, 2025
5f3f5f9
gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932)
encukou Jun 26, 2025
8f8e6df
gh-135755: Use private names (_Py*) for header file guards new in 3.1…
encukou Jun 26, 2025
807d99d
gh-135965: Delete duplicate word in isolating-extensions howto (#135964)
LamentXU123 Jun 26, 2025
11ce5c4
gh-129958: New syntax error in format spec applies to both f-strings …
dylwil3 Jun 26, 2025
9987678
gh-135110: Fix misleading `generator.close()` documentation (GH-135152)
cdenihan Jun 26, 2025
48e72c0
gh-91555: add warning to docs about possibility of deadlock/infinite …
duaneg Jun 26, 2025
36de3ef
gh-135927: Check _MSC_VER to define _Py_NULL macro (#135987)
vstinner Jun 26, 2025
e51e785
IDLE: Update NEWS2x.txt with 2.7.0 release date (#129908)
StanFromIreland Jun 26, 2025
d6f50a2
gh-135995: Fix missing char in palmos encoding (#135990)
nkorth Jun 26, 2025
6d0ec7e
Docs: Fix duplicate word typos (GH-135958)
brianschubert Jun 27, 2025
ce39ffc
gh-135966: Modify iOS testbed to make app_packages a site directory (…
freakboy3742 Jun 27, 2025
b87d40c
gh-135551: Change how sorting picks minimum run length (#135553)
tim-one Jun 27, 2025
1dc7ed8
gh-135968: Add iOS binary stubs for strip (#135970)
freakboy3742 Jun 27, 2025
91edb74
gh-53203: Fix strptime() for %c, %x and %X formats on some locales (#…
serhiy-storchaka Jun 27, 2025
eba2d4c
gh-136017: avoid decref in rich compare for bool objects (#136018)
eendebakpt Jun 27, 2025
551f927
gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)
skirpichev Jun 27, 2025
5ee1779
gh-78465: Fix error message for cls.__new__(cls, ...) where cls is no…
serhiy-storchaka Jun 27, 2025
a6a656f
gh-132732: Automatically constant evaluate pure operations (GH-132733)
Fidget-Spinner Jun 27, 2025
9f48f74
gh-92266: Replace tabs with four spaces in Python files (#135983)
hugovk Jun 27, 2025
9a3af56
gh-136028: Fix parsing month names containing "İ" (U+0130) in strptim…
serhiy-storchaka Jun 27, 2025
22f7aed
gh-135571: Guard `_hashlib` usage in `test_hashlib.py` (#135572)
WillChilds-Klein Jun 27, 2025
9597a3c
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macro…
picnixz Jun 27, 2025
dd67d75
gh-108765: fix comment about macro definitions in `_stat.c` post GH-1…
moreal Jun 27, 2025
d048a8c
GH-135904: Optimize the JIT's assembly control flow (GH-135905)
brandtbucher Jun 27, 2025
ce55d2c
gh-132732: JIT: Only allow compact ints in pure evaluation (GH-136040)
Fidget-Spinner Jun 27, 2025
d06bbe0
Fix a typo in Lib/unittest/mock.py (#136067)
LamentXU123 Jun 28, 2025
f8c108c
gh-132732: Fix up pure types in JIT (GH-136050)
Fidget-Spinner Jun 28, 2025
820d7fc
gh-135853: add `math.signbit` (#135877)
picnixz Jun 28, 2025
b61ef62
gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022)
NicolasT Jun 28, 2025
a2e39c2
gh-91048: Fix external inspection multi-threaded performance (#136005)
pablogsal Jun 28, 2025
a353c49
Doc: Fix duplicate words in idlelib (#136089)
LamentXU123 Jun 29, 2025
3e3caf2
gh-136053: Check error for TYPE_SLICE in marshal.c (GH-136054)
akshat62 Jun 29, 2025
dfdae6e
gh-136066: simplify `platform._platform()` (#136069)
picnixz Jun 29, 2025
c74b91b
gh-127604: Docs: Include a C stack in the `faulthandler` example (GH-…
ZeroIntensity Jun 29, 2025
f521cf1
gh-123299: Provide replacement for removed sqlite3 attributes in What…
fry69 Jun 29, 2025
c7b259d
Doc: fix duplicated words (#136086)
LamentXU123 Jun 29, 2025
d7c418b
gh-130160: use `.. program::` directive for documenting `venv` CLI (G…
Mr-Sunglasses Jun 30, 2025
b2d04ae
gh-136087: Remove `\r` from documented `os.linesep` values (#136088)
sobolevn Jun 30, 2025
1dde428
gh-132813: Fix the csv documentation for quoting and escaping (#133209)
serhiy-storchaka Jun 30, 2025
1f39dc4
gh-123471: Make itertools.chain thread-safe (#135689)
eendebakpt Jun 30, 2025
19227f3
gh-135607: remove null checking of weakref list in dealloc of extensi…
xuantengh Jun 30, 2025
9bfe4b5
gh-123471: Make itertools.product and itertools.combinations thread-s…
eendebakpt Jun 30, 2025
e8d7647
gh-131885: Update documented signatures for `csv.{writer,reader}` (GH…
adamtheturtle Jun 30, 2025
5507f19
gh-48181: Document `codecs.charmap_build` (#135997)
StanFromIreland Jun 30, 2025
702a874
gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (#136117)
vstinner Jun 30, 2025
08702b9
gh-136122: Fix video link for math.tau documentation (#136129)
sedram Jun 30, 2025
1dc67db
gh-63207: Update `time.time` documentation after #116822 (#136068)
StanFromIreland Jun 30, 2025
764ecdc
gh-134939: Fill Out the concurrent.interpreters Docs (gh-135902)
ericsnowcurrently Jun 30, 2025
88c9480
gh-135422: Fix regression in `SyntaxError` messages after #134036 (#1…
sobolevn Jun 30, 2025
3e5e8c9
gh-133982: Use implementation-specific `open` in `test_fileio.OtherFi…
cmaloney Jun 30, 2025
c73da53
gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `pyexpat` (…
encukou Jul 1, 2025
4878d87
gh-87135: threading.Lock: Raise rather than hang on Python finalizati…
encukou Jul 1, 2025
892677f
gh-133447: Update `sqlite3` What's New 3.15 entry (GH-136079)
StanFromIreland Jul 1, 2025
2ab5c67
gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty…
heliang666s Jul 1, 2025
ba6bfaf
gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (#135928)
vstinner Jul 1, 2025
3e29804
gh-136169: Update parameter name in fractions.from_float method (#136…
lazorikv Jul 1, 2025
995f5ec
gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-2…
ZackerySpytz Jul 1, 2025
558779f
gh-105456: Remove 3 deprecated `sre_*` modules (#135994)
StanFromIreland Jul 1, 2025
5038d9a
gh-115119: Remove implicit fallback to the bundled libmpdec (#134078)
skirpichev Jul 1, 2025
4034b20
gh-136125: Use `_PyObject_GetMethodStackRef` for `LOAD_ATTR` (GH-136…
Fidget-Spinner Jul 1, 2025
32da324
gh-134280: Disable constant folding for ~ with a boolean argument (GH…
serhiy-storchaka Jul 1, 2025
7dcf3ae
gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365)
colesbury Jul 1, 2025
811b391
gh-136183: Deal with escapes in JIT optimizer's constant evaluator (G…
Fidget-Spinner Jul 2, 2025
d9021b2
gh-115119: Defer removal of bundled libmpdec to 3.16 (#133997)
skirpichev Jul 2, 2025
7dec2ba
gh-134567: Add the formatter parameter in unittest.TestCase.assertLog…
garry-cairns Jul 2, 2025
7dba304
gh-136193: Improve `TypeError` msg when comparing two `SimpleNamespac…
sobolevn Jul 2, 2025
804ee99
gh-127705: Move Py_INCREF_MORTAL() to the internal C API (GH-136178)
vstinner Jul 2, 2025
4eecde7
gh-136203: Improve `TypeError` msg when comparing two `MappingProxyTy…
sobolevn Jul 2, 2025
aac9be8
Replace `capi-sig` mailing list with `discuss.python.org` (#136211)
sobolevn Jul 2, 2025
25a84a0
gh-136135: Doc: Fix some broken links (GH-136137)
LamentXU123 Jul 3, 2025
7ef2df6
gh-135836: Fix `IndexError` in `asyncio.create_connection()` (#135875)
serhiy-storchaka Jul 3, 2025
de025c0
gh-135640: Adds more type checking to ElementTree (GH-135643)
abstractedfox Jul 3, 2025
8685f8d
Fix comments for `heapq.siftup_max` (#135359)
yoney Jul 3, 2025
95d062f
gh-135069: Fix exception message in encodings.idna module (#135071)
danielhollas Jul 3, 2025
531ed83
gh-133740: Fix regression in locale.nl_langinfo(ALT_DIGITS) (GH-136237)
serhiy-storchaka Jul 3, 2025
26b57a7
gh-130664: Treat '0' fill character with align '=' as zero-padding fo…
skirpichev Jul 3, 2025
e977f81
`Python/gc.c`: Refer to `InternalDocs` instead of devguide. (#136243)
Eclips4 Jul 3, 2025
993d5dc
gh-115119: Recommend upstream libmpdec in build requirements (#136205)
skirpichev Jul 3, 2025
4a7b37f
gh-135075: Make PyObject_SetAttr() fail with NULL value and exception…
vstinner Jul 3, 2025
b3e1b1f
gh-135252: Document Zstandard integration across zipfile, shutil, and…
emmatyping Jul 3, 2025
f0bc9e8
gh-135661: Fix parsing start and end tags in HTMLParser according to …
serhiy-storchaka Jul 3, 2025
8c9b563
Clarify some details regarding `sys.monitoring` (#133981)
brettcannon Jul 3, 2025
4a7eca3
gh-133982: Test _pyio.BytesIO in free-threaded tests (gh-136218)
cmaloney Jul 4, 2025
55a5b18
gh-115999: remove redundant check in free-threading from `_STORE_ATTR…
kumaraditya303 Jul 4, 2025
612979d
gh-129824: fix data races in subinterpreters under TSAN (#135794)
kumaraditya303 Jul 4, 2025
b532bf7
gh-102555: Fix comment parsing in HTMLParser according to the HTML5 s…
serhiy-storchaka Jul 4, 2025
7f1e57e
gh-135773: have pyvenv.cfg without home key anchor a venv and deduce …
rickeylev Jul 4, 2025
4d4bec5
Docs: Move "or" outside monospace syntax in `tarfile.rst` (GH-136263)
rffontenelle Jul 4, 2025
94d304f
gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258)
wsfulton Jul 4, 2025
d998fd4
gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py`…
sobolevn Jul 5, 2025
f54a660
gh-101100: Fix references in `http.cookiejar` docs (GH-136238)
LamentXU123 Jul 5, 2025
90c565f
gh-130870: Preserve `GenericAlias` subclasses in `typing.get_type_hin…
Viicos Jul 5, 2025
1cd93eb
gh-136047: Allow typing._allow_reckless_class_checks to check `_py_ab…
youknowone Jul 5, 2025
7da498b
gh-136315: Fix skipped multithreading test in test_zstd (#136320)
emmatyping Jul 5, 2025
516d1ee
gh-136032: Fix `argparse.BooleanOptionalAction` doc (#136133)
mattwang44 Jul 5, 2025
47ce0d8
gh-136285: Improve `pickle` protocol testing in `test_interpreters` (…
sobolevn Jul 6, 2025
3243ba1
gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338)
kumaraditya303 Jul 6, 2025
d89e6f6
gh-109070: Document that get_context in multiprocessing have side eff…
aisk Jul 6, 2025
b1f5f61
gh-136021: Make `type_params` a required parameter for `typing._eval_…
sobolevn Jul 6, 2025
68e3eac
gh-136316: Make typing.evaluate_forward_ref better at evaluating nest…
JelleZijlstra Jul 6, 2025
9a21a39
gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem…
serhiy-storchaka Jul 7, 2025
25ca248
gh-109700: fix interpreter finalization while handling memory error (…
kumaraditya303 Jul 7, 2025
7736567
gh-87790: support thousands separators for formatting fractional part…
skirpichev Jul 7, 2025
d2730af
gh-87790: support thousands separators for formatting fractional part…
skirpichev Jul 7, 2025
a058841
gh-94503: Update logging cookbook with an example of uniformly handli…
vsajip Jul 7, 2025
cc60c3f
gh-127502: Remove XML vulnerability table (GH-135294)
vstinner Jul 7, 2025
94ed50e
gh-135755: Document __future__.* and CO_* as proper Sphinx objects (G…
encukou Jul 7, 2025
edc395a
gh-101100: Fix sphinx warnings in `whatsnew/3.9` (#136163)
sobolevn Jul 7, 2025
6d8ec54
gh-131591: Document Py_REMOTE_DEBUG (GH-135929)
encukou Jul 7, 2025
4905390
gh-86682: Add versionadded for sys._getframemodulename (#136325)
asottile Jul 7, 2025
5c1b4be
gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914)
encukou Jul 7, 2025
984837d
gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335)
serhiy-storchaka Jul 7, 2025
93b9ae0
gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTM…
m-aciek Jul 7, 2025
8f7d86d
gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933)
encukou Jul 7, 2025
e1ea753
gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst …
LamentXU123 Jul 7, 2025
4e04ff5
gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892)
clin1234 Jul 7, 2025
50baced
gh-98388: add tests for happy eyeballs (#136368)
kumaraditya303 Jul 7, 2025
af9f0cd
gh-102567: Add missing newline to `--help-all` (GH-136391)
hugovk Jul 8, 2025
569d5cd
gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (#136402)
LamentXU123 Jul 8, 2025
a1b5eec
gh-134043: use `_PyObject_GetMethodStackRef` in pattern matching (#13…
kumaraditya303 Jul 8, 2025
b96cb1d
gh-117657: enable `test_capi` under TSAN (#136269)
kumaraditya303 Jul 8, 2025
1b348c2
gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_pro…
sobolevn Jul 8, 2025
7999793
gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (#136309)
koyuki7w Jul 8, 2025
c2a485f
gh-136186: Fix race condition in test_external_inspection.test_only_a…
pablogsal Jul 8, 2025
272d235
gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoo…
aisk Jul 8, 2025
ee3feab
gh-136156: Allow using linkat() with TemporaryFile (#136281)
vstinner Jul 8, 2025
e29e7c7
Update bytecode magic number in tests for the 3.14 release candidate …
hugovk Jul 8, 2025
403847c
GH-91636: Clear weakrefs created by finalizers. (GH-136401)
nascheme Jul 8, 2025
47d9ed6
gh-136162: Document `encodings` package functions (#136164)
StanFromIreland Jul 8, 2025
bd3210d
gh-92536: Fix comment about number of unicode string types (#136439)
senyai Jul 8, 2025
f8f0602
gh-91048: Revert the memory cache removal for remote debugging (#136440)
pablogsal Jul 9, 2025
780041b
gh-136229: Remove Platform Emscripten is not supported warning (#136230)
hoodmane Jul 9, 2025
d4199c7
gh-119109: improve `functools.partial` vectorcall with keywords (#124…
dg-pb Jul 9, 2025
35c3c2d
gh-94503: Update logging cookbook example with info on addressing log…
vsajip Jul 9, 2025
fc448ff
gh-53243: Document `codecs.readbuffer_encode()` (#136284)
StanFromIreland Jul 9, 2025
43275ad
gh-134657: Remove newly added private names from asyncio.__all__ (#13…
JelleZijlstra Jul 9, 2025
795dd84
gh-136447: Use `self.loop` instead of global `loop` variable in async…
injust Jul 9, 2025
fb49280
Docs: unittest.enterModuleContext is not a classmethod (#136464)
geofft Jul 9, 2025
978b416
gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270)
NekrodNIK Jul 9, 2025
6be101d
gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs …
bionade24 Jul 9, 2025
a317ea0
Minor edit: Move comments closer to the code they describe (gh-136477)
rhettinger Jul 9, 2025
21b1d77
GH-115802: Optimize JIT stencils for size (GH-136393)
brandtbucher Jul 9, 2025
4e75f78
Add Diego Russo as code owner of the JIT (#136460)
diegorusso Jul 9, 2025
84ac4ca
gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH…
zware Jul 9, 2025
18eb5ff
gh-136156: Skip test_tempfile.test_link_tmpfile() on Android (#136430)
vstinner Jul 9, 2025
391d651
gh-102740: Clarify time.monotonic() "system-wide" in the doc (#136431)
vstinner Jul 9, 2025
892634d
gh-136476: Show the full stack in get_async_stack_trace in _remote_de…
pablogsal Jul 9, 2025
53fbe1b
gh-135846: Add zstd dependency to Android build script (#136253)
emmatyping Jul 9, 2025
fecd270
gh-136476: Remove creation of unused list (GH-136494)
encukou Jul 10, 2025
74291d2
gh-136438: Make sure `test_builtins` pass with all optimization level…
sobolevn Jul 10, 2025
559b6a2
gh-136209: Add .. c:var:: declarations for C exception types (GH-136210)
encukou Jul 10, 2025
77512cd
gh-82088: Improve performance of PyLong_As*() for multi-digit ints (#…
eendebakpt Jul 10, 2025
b0793d2
gh-136394: Fix race condition in test_zstd (GH-136432)
Rogdham Jul 10, 2025
0f2138d
gh-132661: Add default value (of `""`) for `Interpolation.expression`…
davepeck Jul 10, 2025
d684224
gh-82663: Clarify `codecs.iterdecode/encode` docs (#136497)
StanFromIreland Jul 10, 2025
27b12f0
gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` …
StanFromIreland Jul 10, 2025
d58d9ae
gh-135953: Implement sampling tool under profile.sample (#135998)
lkollar Jul 10, 2025
4af89d2
gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode wa…
sergey-miryanov Jul 10, 2025
40da9d3
Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS ru…
brandtbucher Jul 10, 2025
87fdc0c
gh-107538: [Enum] fix handling of inverted/negative values (GH-132273)
ethanfurman Jul 10, 2025
52ff16e
gh-101100: Fix sphinx warnings in `library/email.parser.rst` (#136475)
LamentXU123 Jul 11, 2025
960a247
gh-76637: Note that `undefined` Codec is for testing (#136531)
StanFromIreland Jul 11, 2025
3dbba40
add test_pdb case
AndPuQing Jul 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Jun 22, 2025
commit dd3bea2b0f05ba96237e14a10aba171eede84458
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix instructions in __annotate__ have incorrect code positions
Loading
0