Skip to content

Commit a0b7b6c

Browse files
itamarometa-codesync[bot]
authored andcommitted
Import upstream Python 3.14.3 release
Summary: Imported python/cpython `3.14.3` from upstream rev [`323c59a`](https://www.github.com/python/cpython/commit/323c59a5e348347be2ce2b7ea55fcb30bf68b2d3) (committed 2026-02-03 15:31:53+00:00). # Commit Info Base: (`3.14.2`) - [`df79316`](https://www.github.com/python/cpython/commit/df793163d5821791d4e7caf88885a2c11a107986) (commit date: 2025-12-05 16:49:01+00:00) Imported: (`3.14.3`) - [`323c59a`](https://www.github.com/python/cpython/commit/323c59a5e348347be2ce2b7ea55fcb30bf68b2d3) (commit date: 2026-02-03 15:31:53+00:00) # Files added ``` .github/workflows/reusable-cifuzz.yml Doc/deprecations/pending-removal-in-3.18.rst Lib/pydoc_data/module_docs.py Lib/test/NormalizationTest-3.2.0.txt Lib/test/mp_preload_sysargv.py Lib/test/picklecommon.py Lib/test/test_xpickle.py Lib/test/xpickle_worker.py Misc/NEWS.d/3.14.3.rst Tools/check-c-api-docs/mypy.ini ``` Reviewed By: fried Differential Revision: D92304963 fbshipit-source-id: 6ccb0fd32efbbc95c1de094f04aca49b19d60029
1 parent 04f91c3 commit a0b7b6c

423 files changed

Lines changed: 28371 additions & 3879 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ Include/opcode.h generated
8282
Include/opcode_ids.h generated
8383
Include/token.h generated
8484
Lib/_opcode_metadata.py generated
85-
Lib/keyword.py generated
8685
Lib/idlelib/help.html generated
86+
Lib/keyword.py generated
87+
Lib/pydoc_data/topics.py generated
88+
Lib/pydoc_data/module_docs.py generated
8789
Lib/test/certdata/*.pem generated
8890
Lib/test/certdata/*.0 generated
8991
Lib/test/levenshtein_examples.json generated

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://git-scm.com/docs/gitignore#_pattern_format
66

77
# GitHub
8-
.github/** @ezio-melotti @hugovk @AA-Turner
8+
.github/** @ezio-melotti @hugovk @AA-Turner @webknjaz
99

1010
# pre-commit
1111
.pre-commit-config.yaml @hugovk

.github/workflows/add-issue-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
issues: write
2121
timeout-minutes: 5
2222
steps:
23-
- uses: actions/github-script@v7
23+
- uses: actions/github-script@v8
2424
with:
2525
# language=JavaScript
2626
script: |

0 commit comments

Comments
 (0)