Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
Open
Changes from 1 commit
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
559e527
Initial implementation of PEP 661 v2 (sentinels)
JelleZijlstra Apr 17, 2026
769cc83
gh-148464: Add missing ``__ctype_le/be__`` attributes for complex typ…
skirpichev Apr 17, 2026
afde756
gh-148484: Fix memory leak of iterator in array.array constructor (GH…
gleb-pp Apr 17, 2026
a86234e
gh-148683: Doc: fix misplaced pprint entries in What's New 3.15 (#148…
XiaoWan-zi Apr 17, 2026
446edda
gh-148651: Fix refcount leak in _zstd decompressor options (#148657)
mjbommar Apr 17, 2026
db3e990
gh-146393: Remove special character in optimizer_bytecodes.c (#148693)
eendebakpt Apr 17, 2026
634568d
gh-148222: Fix NULL dereference bugs in genericaliasobject.c (#148226)
prakashsellathurai Apr 18, 2026
ededfb7
Update Doc/library/functions.rst
JelleZijlstra Apr 18, 2026
39f364c
Update Doc/library/functions.rst
JelleZijlstra Apr 18, 2026
92164dc
gh-148639: Implement PEP 800 (typing.disjoint_base) (#148640)
JelleZijlstra Apr 18, 2026
0adf314
gc, name
JelleZijlstra Apr 17, 2026
e4a106a
C API
JelleZijlstra Apr 18, 2026
e5b8789
not needed
JelleZijlstra Apr 18, 2026
bdcb400
use it for NoExtraItems
JelleZijlstra Apr 18, 2026
cc4545c
tweaks
JelleZijlstra Apr 18, 2026
2e37d83
gh-148653: Fix some marshal errors related to recursive immutable obj…
serhiy-storchaka Apr 18, 2026
e9bbf86
Add a new Sphinx `soft-deprecated` directive (#148630)
hugovk Apr 18, 2026
d61fcf8
gh-148688: Fix _BlocksOutputBuffer_Finish() double free (#148689)
vstinner Apr 18, 2026
7ce737e
gh-148653: Fix reference leaks in test_marshal introduced in gh-14869…
serhiy-storchaka Apr 18, 2026
be58215
fix warning?
JelleZijlstra Apr 18, 2026
d81599e
gh-148659: Export a few more functions required for external JITs (#1…
DinoV Apr 18, 2026
28b8d5f
gh-133403: Add type annotations to generate_levenshtein_examples.py (…
sandole Apr 18, 2026
4b33308
gh-148406: Fix annotations of _colorize.FancyCompleter (#148408)
danielhollas Apr 18, 2026
9e23652
Prevent GitHub's web conflict editor from converting LF to CRLF (#148…
hugovk Apr 19, 2026
ad7d361
gh-121946: Use clang-20 for TSan build (#148570)
colesbury Apr 19, 2026
a8c9aa9
gh-133879: Copyedit "What's new in Python 3.15" (#148686)
hugovk Apr 19, 2026
8276778
gh-148779: Update Briefcase link in android.rst documentation (#148777)
partev Apr 19, 2026
e50acef
gh-148763: Fix paramter name in `multiprocessing.connection.send_byte…
mdavis-xyz Apr 20, 2026
a00b24e
gh-148788: Update Emscripten example post move to Platforms dir (#148…
StanFromIreland Apr 20, 2026
bfe6f9f
gh-123853: Update locale.windows_locale (GH-123901)
serhiy-storchaka Apr 20, 2026
22c8590
gh-148718: Fix Py_STACKREF_DEBUG build by defining macros (#148719)
corona10 Apr 20, 2026
513db72
GH-145278: also filter mmap2 in strace_helper.filter_memory (GH-148648)
FFY00 Apr 20, 2026
789120e
gh-148790: Eliminate redundant call to `_PyRuntime_Initialize` in `Py…
AraHaan Apr 20, 2026
5c5dae0
gh-148644: Propagate the PGO job exit code in PCbuild/build.bat (GH-1…
rdesgroppes Apr 20, 2026
983c746
Docs: Fix some typos in `calendar.rst` (GH-148756)
manoj-km24 Apr 20, 2026
3fd61b7
Use `soft-deprecated` in more places (#148769)
StanFromIreland Apr 20, 2026
5a3f479
gh-138451: Support custom LLVM installation path (#138452)
xhochy Apr 20, 2026
9a1c70c
Fix typos in asyncio, ctypes, and importlib documentation (#148747)
ByteFlowing1337 Apr 20, 2026
f6ed7c0
gh-108411: Make typing.IO/BinaryIO arguments positional-only (#142906)
SpecLad Apr 20, 2026
d206d42
gh-148814: Fix an issue in Emscripten README (#148752)
StanFromIreland Apr 20, 2026
91de05b
blurb
JelleZijlstra Apr 21, 2026
4a970a6
attribute
JelleZijlstra Apr 21, 2026
1274766
gh-148808: Add boundary check to asyncio.AbstractEventLoop.sock_recvf…
sethmlarson Apr 21, 2026
33e82be
gh-148801: Fix unbound C recursion in `Element.__deepcopy__()` (#148802)
StanFromIreland Apr 21, 2026
0b9146e
[Enum] Improve clarity of comparison sentence (GH-148753)
ZougaRida Apr 21, 2026
09233bd
gh-146578: _zstd: Fix printf format for pledged size errors (#146576)
cuiweixie Apr 21, 2026
858e69e
gh-142186: Allow all PEP-669 events to be per-code object and disable…
P403n1x87 Apr 22, 2026
f93834f
GH-146073: Add example script for dumping JIT traces (GH-148840)
markshannon Apr 22, 2026
04fd103
gh-148207: add additional keywords to `typing.TypeVarTuple` (#148212)
KotlinIsland Apr 22, 2026
9cfd101
refactors
JelleZijlstra Apr 22, 2026
b168865
Additional itertool recipes for running statistics (gh-148879)
rhettinger Apr 22, 2026
59b41c8
gh-148858: Remove duplicated recipe.yaml files in Tools/pixi-packages…
isuruf Apr 22, 2026
ad3c5b7
gh-148820: Fix _PyRawMutex use-after-free on spurious semaphore wakeu…
colesbury Apr 22, 2026
76b3923
gh-90309: Base64-encode cookie values embedded in JS
sethmlarson Apr 22, 2026
a851235
Update Objects/sentinelobject.c
JelleZijlstra Apr 22, 2026
79321fd
gh-148883: Docs: clarify grammar in Counter dictionary methods note (…
SanJJ1 Apr 22, 2026
be833e6
gh-146553: Fix infinite loop in typing.get_type_hints() on circular _…
ashm-dev Apr 23, 2026
8e43f3d
gh-145056: Add support for frozendict in dataclass asdict and astuple…
eendebakpt Apr 23, 2026
bd7352d
gh-145194: Fix typing in re tokenizer example (#145198)
Vikash-Kumar-23 Apr 23, 2026
75ff1af
gh-142965: Fix Concatenate documentation to reflect valid use cases (…
sandole Apr 23, 2026
8bf99ae
gh-119180: Document the `format` parameter in `typing.get_type_hints(…
Viicos Apr 23, 2026
fbc7676
Speed up counting in statistics.fmean() (gh-148875)
rhettinger Apr 23, 2026
2beb1c2
fix
JelleZijlstra Apr 23, 2026
3b93979
gh-148892: Drop mention of deprecated cibuildwheel option (#148893)
ngoldbaum Apr 23, 2026
ab41a34
gh-146636: Improve ABI/feature selection, add new header for it (GH-1…
encukou Apr 23, 2026
29917d5
gh-148907: fix performance regression in `PyType_GetModuleByDef` on f…
kumaraditya303 Apr 23, 2026
9633c52
GH-126910: Build/link the JIT shim in the Python interpreter (#148872)
diegorusso Apr 23, 2026
158dbbb
gh-148680: Replace internal names with type_reprs of objects in strin…
DavidCEllis Apr 23, 2026
0469e6d
gh-148735: Fix a UAF in `Element.findtext()` (#148738)
StanFromIreland Apr 23, 2026
435be06
gh-148663: Document that `calendar.IllegalMonthError` inherits from b…
EoinTrial Apr 23, 2026
42d645a
gh-132631: Fix "I/O operation on closed file" when parsing JSON Lines…
hugovk Apr 23, 2026
4629c22
gh-113956: Make intern_common thread-safe in free-threaded build (gh-…
colesbury Apr 23, 2026
448d7b9
gh-145239: Accept unary plus literal pattern (#148566)
johnslavik Apr 23, 2026
e2d92a1
Merge branch 'main' into pep661
JelleZijlstra Apr 24, 2026
618b726
gh-146073: Add fitness/exit quality mechanism for JIT trace frontend …
cocolato Apr 24, 2026
53a84b6
Update Doc/c-api/sentinel.rst
JelleZijlstra Apr 24, 2026
665b7df
Improve `hash()` builtin docstring with caveats. (GH-125229)
gpshead Apr 24, 2026
95559d2
gh-108951: add TaskGroup.cancel() (#127214)
belm0 Apr 24, 2026
396356e
Merge remote-tracking branch 'upstream/main' into pep661
JelleZijlstra Apr 25, 2026
bfa98a1
feedback
JelleZijlstra Apr 25, 2026
465061a
add assert
JelleZijlstra Apr 25, 2026
70c04a2
another one
JelleZijlstra Apr 25, 2026
7c276c5
more tweaks
JelleZijlstra Apr 25, 2026
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
pythongh-146393: Remove special character in optimizer_bytecodes.c (p…
  • Loading branch information
eendebakpt authored Apr 17, 2026
commit db3e990b98fd12fee1bf851f4185d4e857318d76
2 changes: 1 addition & 1 deletion Python/optimizer_bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ dummy_func(void) {
// narrowing unlocks a meaningful downstream win:
// - NB_TRUE_DIVIDE: enables the specialized float path below.
// - NB_REMAINDER: lets the float result type propagate.
// NB_POWER is excluded speculative guards there regressed
// NB_POWER is excluded: speculative guards there regressed
// test_power_type_depends_on_input_values (GH-127844).
if (is_truediv || is_remainder) {
if (!sym_has_type(rhs)
Expand Down