python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Python-checkins] [3.14] gh-138061: Exclude __pycache__ directory from the computed digest in the JIT stencils (GH-138131) (#142482)
savannahostrowski
[Python-checkins] [3.13] gh-138061: Exclude __pycache__ directory from the computed digest in the JIT stencils (GH-138131) (#142481)
savannahostrowski
[Python-checkins] Tachyon: Fix unesecarry plural when there is a single file/sample (#142478)
pablogsal
[Python-checkins] [3.13] gh-112527: Fix help text for required options in argparse (GH-112528) (GH-142477)
serhiy-storchaka
[Python-checkins] [3.14] gh-112527: Fix help text for required options in argparse (GH-112528) (GH-142475)
serhiy-storchaka
[Python-checkins] gh-142454: Make the JIT digest more deterministic by sorting the files in Tools/jit (#142455)
savannahostrowski
[Python-checkins] [3.14] GH-139946: Document argparse includes color codes when redirecting to stderr to file (#142398)
savannahostrowski
[Python-checkins] gh-112527: Fix help text for required options in argparse (GH-112528)
serhiy-storchaka
[Python-checkins] gh-142447: Fix cast warning in pycore_backoff.h (#142465)
vstinner
[Python-checkins] [3.14] gh-140222: Increase stack margin on debug build (GH-142452) (#142471)
vstinner
[Python-checkins] gh-84530: fix namespace package support in modulefinder (#29196)
FFY00
[Python-checkins] gh-140222: Increase stack margin on debug build (#142452)
vstinner
[Python-checkins] [3.13] gh-142282 Fix winreg.QueryValueEx() under race condition (GH-142283) (GH-142456)
serhiy-storchaka
[Python-checkins] [3.14] gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (GH-141696) (#142358)
kumaraditya303
[Python-checkins] [3.13] gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (GH-141696) (#142359)
kumaraditya303
[Python-checkins] GH-131372: only install build-details.json in the main install (#142269)
FFY00
[Python-checkins] [3.13] gh-142342: Fix m68k assembler operand constraints for `%fpcr` access (gh-142343) (#142459)
colesbury
[Python-checkins] [3.14] gh-142342: Fix m68k assembler operand constraints for `%fpcr` access (gh-142343) (#142458)
colesbury
[Python-checkins] gh-142342: Fix m68k assembler operand constraints for `%fpcr` access (gh-142343)
colesbury
[Python-checkins] gh-141808: Don't remove the JIT stencils when building with PGO (#141809)
vstinner
[Python-checkins] [3.14] gh-142282 Fix winreg.QueryValueEx() under race condition (GH-142283) (GH-142453)
serhiy-storchaka
[Python-checkins] GH-139436: Remove PDF and CHM from IDLE HelpSource (#140418)
AA-Turner
[Python-checkins] gh-142282 Fix winreg.QueryValueEx() under race condition (GH-142283)
serhiy-storchaka
[Python-checkins] Silence warning on conversion from uint64_t to uintptr_t in threads.c (#142437)
pablogsal
[Python-checkins] [3.13] gh-68552: fix defects policy (GH-138579) (#142367)
hugovk
[Python-checkins] [3.14] gh-68552: fix defects policy (GH-138579) (#142366)
hugovk
[Python-checkins] [3.14] gh-133932: Tagged ints are heap-safe (free threading) (gh-142431)
colesbury
[Python-checkins] Tachyon: Fix html output sidebar cards hidden behind section headers on hover (#142428)
pablogsal
[Python-checkins] [3.14] Fix typo in `Tools/wasm/README.md` (GH-142426) (GH-142429)
brettcannon
[Python-checkins] [3.13] Fix typo in `Tools/wasm/README.md` (GH-142426) (GH-142430)
brettcannon
[Python-checkins] Fix typo in `Tools/wasm/README.md` (#142426)
brettcannon
[Python-checkins] gh-138122: Fix unused variable warning in threads.c (#142425)
pablogsal
[Python-checkins] [3.13] gh-141732: Fix ExceptionGroup repr changing when original exception sequence is mutated (GH-141736) (#142391)
iritkatriel
[Python-checkins] gh-142278: Add granular change detection for platforms in CI (#142350)
hugovk
[Python-checkins] gh-142276: Watch attribute loads when promoting JIT constants (GH-142303)
Fidget-Spinner
[Python-checkins] GH-139757: JIT: Remove redundant branches to jumps in the assembly optimizer (GH-140800)
markshannon
[Python-checkins] [3.13] gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272) (#142422)
colesbury
[Python-checkins] [3.14] gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272) (#142423)
colesbury
[Python-checkins] gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272)
colesbury
[Python-checkins] gh-124379: Document _PyStackRef (gh-142321)
colesbury
[Python-checkins] Temporarily allow CI failures for iOS (#142365)
colesbury
[Python-checkins] gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
corona10
[Python-checkins] [3.14] gh-140125: Increase object recursion depth for `test_json` from 200k to 500k (GH-142226) (#142416)
vstinner
[Python-checkins] gh-140125: Increase object recursion depth for `test_json` from 200k to 500k (#142226)
vstinner
[Python-checkins] Fix pyflakes warnings: variable is assigned to but never used (#142294)
vstinner
[Python-checkins] Update PCbuild/readme.txt to correct the default platform (GH-142337)
zooba
[Python-checkins] [3.13] gh-141794: Reduce size of compiler stress tests to fix Android warnings (GH-142263) (#142409)
Eclips4
[Python-checkins] gh-108202: ``calendar``: Document ``prweek`` (#108466)
hugovk
[Python-checkins] [3.14] gh-141794: Reduce size of compiler stress tests to fix Android warnings (GH-142263) (#142386)
Eclips4
[Python-checkins] [3.13] gh-101100: Fix references to the set methods (GH-141857) (GH-142345)
serhiy-storchaka
[Python-checkins] gh-142207: remove assertions incompatible under `profiling.sampling` (#142331)
pablogsal
[Python-checkins] gh-139946: distinguish stdout or stderr when colorizing output in argparse (#140495)
savannahostrowski
[Python-checkins] gh-142363: Improve Tachyon flamegraph contrast (#142377)
pablogsal
[Python-checkins] gh-138122: Make sampling profiler integration tests more resilient (#142382)
pablogsal
[Python-checkins] gh-141732: Fix `ExceptionGroup` repr changing when original exception sequence is mutated (#141736)
iritkatriel
[Python-checkins] GH-139862: Fix direct instantiation of `HelpFormatter` (#142384)
savannahostrowski
[Python-checkins] [3.14] gh-142346: Fix usage formatting for mutually exclusive groups in argparse (GH-142381) (GH-142385)
serhiy-storchaka
[Python-checkins] gh-141794: Reduce size of compiler stress tests to fix Android warnings (#142263)
Eclips4
[Python-checkins] gh-142346: Fix usage formatting for mutually exclusive groups in argparse (GH-142381)
serhiy-storchaka
[Python-checkins] gh-138122: Don't sample partial frame chains (#141912)
pablogsal
[Python-checkins] gh-138122: Improve the profiling section in the 3.15 what's new document (#140156)
pablogsal
[Python-checkins] GH-142363: Contrast and gradient CSS fixes for Tachyon flamegraph (#142364)
savannahostrowski
[Python-checkins] gh-68552: fix defects policy (#138579)
bitdancer
[Python-checkins] [3.13] gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (GH-142008) (#142362)
bitdancer
[Python-checkins] [3.14] gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (GH-142008) (#142361)
bitdancer
[Python-checkins] gh-142236: Fix incorrect keyword suggestions for syntax errors (#142328)
pablogsal
[Python-checkins] gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (#142008)
bitdancer
[Python-checkins] gh-69113: Fix doctest to report line numbers for __test__ strings (#141624)
bitdancer
[Python-checkins] gh-140677 Improve heatmap colors (#142241)
pablogsal
[Python-checkins] gh-105836: Fix `asyncio.run_coroutine_threadsafe` leaving underlying cancelled asyncio task running (#141696)
kumaraditya303
[Python-checkins] GH-141565: Add async code awareness to Tachyon (#141533)
pablogsal
[Python-checkins] gh-142168: explicitly initialize `stack_array` in `_PyEval_Vector` and `_PyEvalFramePushAndInit_Ex` (#142192)
picnixz
[Python-checkins] GH-64532: Include parent's required optional arguments in subparser usage (#142355)
savannahostrowski
[Python-checkins] [3.14] gh-142332: Fix usage formatting for positional arguments in mutually exclusive groups in argparse (GH-142333) (GH-142356)
serhiy-storchaka
[Python-checkins] gh-142332: Fix usage formatting for positional arguments in mutually exclusive groups in argparse (GH-142333)
serhiy-storchaka
[Python-checkins] [3.14] GH-75949: Fix argparse dropping '|' in mutually exclusive groups on line wrap (GH-142312) (#142347)
savannahostrowski
[Python-checkins] [3.13] GH-75949: Fix argparse dropping '|' in mutually exclusive groups on line wrap (GH-142312) (#142348)
savannahostrowski
[Python-checkins] GH-75949: Fix argparse dropping '|' in mutually exclusive groups on line wrap (#142312)
savannahostrowski
[Python-checkins] [3.14] Docs: fix RFC index reference for TLS 1.3 (GH-142262) (#142340)
picnixz
[Python-checkins] [3.13] Docs: fix RFC index reference for TLS 1.3 (GH-142262) (#142341)
picnixz
[Python-checkins] Docs: fix RFC index reference for TLS 1.3 (#142262)
picnixz
[Python-checkins] Remove unused imports (#142320)
vstinner
[Python-checkins] GH-142234: Allow `--enable-wasm-dynamic-linking` under WASI (GH-142235)
brettcannon
[Python-checkins] [3.14] Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266) (#142322)
brettcannon
[Python-checkins] Extract data from `Tools/wasm/wasi` that varies between Python versions into a config file (GH-142273)
brettcannon
[Python-checkins] Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266)
brettcannon
[Python-checkins] [3.13] Add explanation comments for tests for overlapped ZIP entries (GH-137152) (GH-142311)
serhiy-storchaka
[Python-checkins] [3.13] gh-140482: Avoid changing terminal settings in test_pty (gh-142202) (gh-142238)
colesbury
[Python-checkins] Python 3.14.2
hugovk
[Python-checkins] Python 3.13.11
Yhg1s
[Python-checkins] gh-142318: Fix typing `'q'` at interactive help screen exiting Tachyon (#142319)
pablogsal
[Python-checkins] gh-115952: Fix a potential virtual memory allocation denial of service in pickle (GH-119204)
serhiy-storchaka
[Python-checkins] [3.14] GH-142267: Cache formatter to avoid repeated `_set_color` calls (GH-142268) (#142313)
savannahostrowski
[Python-checkins] GH-142267: Cache formatter to avoid repeated `_set_color` calls (#142268)
savannahostrowski
[Python-checkins] [3.14] Revert "gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140982)" (#142309)
hugovk
[Python-checkins] [3.14] Add explanation comments for tests for overlapped ZIP entries (GH-137152) (GH-142310)
serhiy-storchaka
[Python-checkins] GH-139862: Remove `color` from HelpFormatter (#142274)
savannahostrowski
[Python-checkins] [3.14] gh-140482: Avoid changing terminal settings in test_pty (gh-142202) (gh-142239)
colesbury
[Python-checkins] Add explanation comments for tests for overlapped ZIP entries (GH-137152)
serhiy-storchaka
[Python-checkins] [3.13] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548) (#142304)
Yhg1s
[Python-checkins] [3.13] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-142216) (#142296)
Yhg1s
[Python-checkins] [3.13] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142210)
gpshead
[Python-checkins] [3.13] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142139)
Yhg1s
[Python-checkins] [3.14] Fix disk space issues in Android CI (GH-142289) (#142292)
hugovk
[Python-checkins] [3.13] Fix disk space issues in Android CI (GH-142289) (#142293)
Yhg1s
[Python-checkins] [3.14] gh-101100: Fix references to the set methods (GH-141857) (GH-142300)
serhiy-storchaka
[Python-checkins] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548)
serhiy-storchaka
[Python-checkins] gh-101100: Fix references to the set methods (GH-141857)
serhiy-storchaka
[Python-checkins] [3.14] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-142216)
serhiy-storchaka
[Python-checkins] [3.13] Revert "[3.13] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140983)" (GH-142231)
serhiy-storchaka
[Python-checkins] Fix disk space issues in Android CI (#142289)
hugovk
[Python-checkins] gh-48752: Add readline.get_pre_input_hook() function (#141586)
vstinner
[Python-checkins] [3.13] gh-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215) (#142287)
Yhg1s
[Python-checkins] [3.14] gh-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215) (GH-142285)
encukou
[Python-checkins] [3.14] gh-142214: Fix two regressions in dataclasses (GH-142223) (#142277)
JelleZijlstra
[Python-checkins] gh-142214: Fix two regressions in dataclasses (#142223)
JelleZijlstra
[Python-checkins] gh-141926: Do not unset `RUNSHARED` when cross-compiling (#141958)
FFY00
[Python-checkins] gh-141976: Check stack bounds in JIT optimizer (GH-142201)
Fidget-Spinner
[Python-checkins] [3.14] gh-116738: Statically initialize special constants in cmath module (gh-142161) (gh-142261)
colesbury
[Python-checkins] gh-116738: Statically initialize special constants in cmath module (gh-142161)
colesbury
[Python-checkins] [3.14] gh-129483: Make `TestLocalTimeDisambiguation`'s time format locale independent (GH-142193) (#142258)
vstinner
[Python-checkins] [3.13] gh-129483: Make `TestLocalTimeDisambiguation`'s time format locale independent (GH-142193) (#142259)
vstinner
[Python-checkins] gh-129483: Make `TestLocalTimeDisambiguation`'s time format locale independent (#142193)
pganssle
[Python-checkins] [3.14] gh-135676: Reword the f-string (and t-string) section (GH-137469) (GH-142227)
encukou
[Python-checkins] gh-142225: Fix `PyABIInfo_VAR` macro (GH-142230)
encukou
[Python-checkins] [3.13] gh-142218: Fix split table dictionary crash (gh-142229) (gh-142245)
colesbury
[Python-checkins] gh-141004: Add a CI job ensuring that new C APIs include documentation (GH-142102)
ZeroIntensity
[Python-checkins] [3.14] Being more flexible in when not to explicitly set the sysroot when compiling for WASI (GH-142242) (GH-142246)
brettcannon
[Python-checkins] [3.14] gh-142218: Fix split table dictionary crash (gh-142229) (gh-142244)
colesbury
[Python-checkins] Being more flexible in when not to explicitly set the sysroot when compiling for WASI (GH-142242)
brettcannon
[Python-checkins] gh-142218: Fix split table dictionary crash (gh-142229)
colesbury
[Python-checkins] GH-142050: Jit stencils on Windows contain debug data (#142052)
savannahostrowski
[Python-checkins] gh-140482: Avoid changing terminal settings in test_pty (gh-142202)
colesbury
[Python-checkins] [3.14] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142209)
gpshead
[Python-checkins] gh-135676: Reword the f-string (and t-string) section (GH-137469)
encukou
[Python-checkins] gh-142038: Expand guard for types_world_is_stopped() to fix debug builds without assertions (#142039)
vstinner
[Python-checkins] gh-142217: Remove internal _Py_Identifier functions (#142219)
vstinner
[Python-checkins] gh-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215)
encukou
[Python-checkins] [3.14] gh-135676: Simplify docs on lexing names (GH-140464) (GH-142015)
encukou
[Python-checkins] gh-142170: Add pymanager link to issue template menu (#142199)
hugovk
[Python-checkins] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146)
gpshead
[Python-checkins] Python 3.13.10
Yhg1s
[Python-checkins] [3.13] Document None for timeout argument of select.select (GH-142177)
encukou
[Python-checkins] gh-139707: Fix example for configure option (GH-142153)
encukou
[Python-checkins] [3.14] Revert "gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-119455)" (#142184)
hugovk
[Python-checkins] [3.13] Revert "gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-119455) (GH-142130)" (#142185)
Yhg1s
[Python-checkins] [3.14] Document None for timeout argument of select.select (GH-142177) (#142182)
hugovk
[Python-checkins] Document None for timeout argument of select.select (#142177)
hugovk
[Python-checkins] gh-141982: Fix pdb can't set breakpoints on async functions (#141983)
gaogaotiantian
[Python-checkins] [3.14] gh-140281: Update free threading Python HOWTO for 3.14 (gh-140566) (gh-142173)
colesbury
[Python-checkins] gh-140281: Update free threading Python HOWTO for 3.14 (gh-140566)
colesbury
[Python-checkins] [3.13] gh-59000: Fix pdb breakpoint resolution for class methods when… (#142172)
gaogaotiantian
[Python-checkins] [3.14] gh-59000: Fix pdb breakpoint resolution for class methods when module not imported (GH-141949) (#142171)
gaogaotiantian
[Python-checkins] gh-59000: Fix pdb breakpoint resolution for class methods when module not imported (#141949)
gaogaotiantian
[Python-checkins] gh-142163: Only define `HAVE_THREAD_LOCAL` when `Py_BUILD_CORE` is set (#142164)
kumaraditya303
[Python-checkins] [3.13] gh-142048: Fix quadratically increasing GC delays (gh-142051) (#142167)
colesbury
[Python-checkins] [3.14] gh-142048: Fix quadratically increasing GC delays (gh-142051) (gh-142166)
colesbury
[Python-checkins] gh-142048: Fix quadratically increasing GC delays (gh-142051)
colesbury
[Python-checkins] [3.13] GH-138562: Remove ``sort()`` from the common sequence methods in the data model (GH-138563) (#140676)
Yhg1s
[Python-checkins] [3.13] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#141827)
Yhg1s
[Python-checkins] [3.13] gh-141930: Use the regular IO stack to write .pyc files for a better error message on failure (GH-141931) (#142023)
Yhg1s
[Python-checkins] gh-138122: Small fixes to the new tachyon UI (#142157)
pablogsal
[Python-checkins] [3.14] Revert "GH-91636: Clear weakrefs created by finalizers. (GH-136401) (#141993)" (#142152)
hugovk
[Python-checkins] [3.14] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142138)
hugovk
[Python-checkins] [3.14] gh-141930: Use the regular IO stack to write .pyc files for a better error message on failure (GH-141931) (#142021)
hugovk
[Python-checkins] [3.13] gh-141004: Document descriptor and dict proxy type objects (GH-141803) (GH-142148)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document descriptor and dict proxy type objects (GH-141803) (GH142147)
ZeroIntensity
[Python-checkins] [3.14] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (GH-142143)
serhiy-storchaka
[Python-checkins] gh-141004: Document descriptor and dict proxy type objects (GH-141803)
ZeroIntensity
[Python-checkins] [3.13] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (GH-142144)
serhiy-storchaka
[Python-checkins] gh-119342: Fix a potential denial of service in plistlib (GH-119343)
serhiy-storchaka
[Python-checkins] gh-119451: Fix a potential denial of service in http.client (GH-119454)
serhiy-storchaka
[Python-checkins] [3.13] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-119455) (GH-142130)
serhiy-storchaka
[Python-checkins] gh-139707: Add mechanism for distributors to supply error messages for missing stdlib modules (GH-140783)
encukou
[Python-checkins] [3.14] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-119455)
serhiy-storchaka
[Python-checkins] [3.13] Docs: Upgrade Sphinx to 9.0 (GH-142114) (#142129)
AA-Turner
[Python-checkins] [3.14] Docs: Upgrade Sphinx to 9.0 (GH-142114) (#142128)
AA-Turner
[Python-checkins] Docs: Upgrade Sphinx to 9.0 (#142114)
AA-Turner
[Python-checkins] [3.13] gh-141473: Document not calling Popen.wait after Popen.communicate times out. (GH-142101) (#142125)
gpshead
[Python-checkins] [3.14] gh-141473: Document not calling Popen.wait after Popen.communicate times out. (GH-142101) (#142124)
gpshead
[Python-checkins] gh-141473: Document not calling Popen.wait after Popen.communicate times out. (GH-142101)
gpshead
[Python-checkins] [3.14] gh-142066: Fix grammar in multiprocessing Pipes and Queues (GH-142121) (#142122)
gpshead
[Python-checkins] gh-142066: Fix grammar in multiprocessing Pipes and Queues (GH-142121)
gpshead
[Python-checkins] [3.14] gh-142067: Add missing default value for param in `multiprocessing.Pipe`'s doc (GH-142109) (#142120)
gpshead
[Python-checkins] gh-142067: Add missing default value for param in `multiprocessing.Pipe`'s doc (GH-142109)
gpshead
[Python-checkins] [3.14] gh-133146: Add the old public `get_value` method to documentation and refactor code. (GH-133301) (#142110)
gpshead
[Python-checkins] [3.13] Improve clarity in tutorial introduction (GH-140669) (#142113)
hugovk
[Python-checkins] [3.14] Improve clarity in tutorial introduction (GH-140669) (#142112)
hugovk
[Python-checkins] Improve clarity in tutorial introduction (#140669)
hugovk
[Python-checkins] [3.14] gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767) (#140816)
hugovk
[Python-checkins] [3.13] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (#140828)
hugovk
[Python-checkins] [3.14] gh-139741: Make `dist-pdf` docs archive build work for macOS (GH-140837) (#141229)
hugovk
[Python-checkins] [3.13] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141793) (#141812)
hugovk
[Python-checkins] [3.14] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141690) (#141793)
hugovk
[Python-checkins] [3.14] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (#140827)
hugovk
[Python-checkins] [3.14] gh-132795: Add docs for `multiprocessing.Semaphore.locked` (GH-133299) (#142111)
hugovk
[Python-checkins] gh-141999: Handle KeyboardInterrupt when sampling in the new tachyon profiler (#142000)
pablogsal
[Python-checkins] gh-138122: Add thread status statistics to flamegraph profiler (#141900)
pablogsal
[Python-checkins] gh-133146: Add the old public `get_value` method to documentation and refactor code. (GH-133301)
gpshead
[Python-checkins] [3.14] GH-141808: Do not generate the jit stencils twice in case of PGO builds on Windows. (GH-142043) (#142100)
gpshead
Earlier messages
Later messages