Skip to content

Commit 35b119d

Browse files
Merge branch 'main' into document-internal-symbols
2 parents ac40a70 + a471a32 commit 35b119d

File tree

868 files changed

+96552
-18914
lines changed

Some content is hidden

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

868 files changed

+96552
-18914
lines changed

.gitattributes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ PCbuild/readme.txt dos
6868
**/clinic/*.cpp.h generated
6969
**/clinic/*.h.h generated
7070
*_db.h generated
71+
Doc/_static/tachyon-example-*.html generated
7172
Doc/c-api/lifecycle.dot.svg generated
7273
Doc/data/stable_abi.dat generated
7374
Doc/library/token-list.inc generated
@@ -82,12 +83,15 @@ Include/opcode.h generated
8283
Include/opcode_ids.h generated
8384
Include/token.h generated
8485
Lib/_opcode_metadata.py generated
85-
Lib/keyword.py generated
8686
Lib/idlelib/help.html generated
87+
Lib/keyword.py generated
88+
Lib/pydoc_data/topics.py generated
89+
Lib/pydoc_data/module_docs.py generated
8790
Lib/test/certdata/*.pem generated
8891
Lib/test/certdata/*.0 generated
8992
Lib/test/levenshtein_examples.json generated
9093
Lib/test/test_stable_abi_ctypes.py generated
94+
Lib/test/test_zoneinfo/data/*.json generated
9195
Lib/token.py generated
9296
Misc/sbom.spdx.json generated
9397
Objects/typeslots.inc generated

.github/CODEOWNERS

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ Misc/externals.spdx.json @sethmlarson
143143
Misc/sbom.spdx.json @sethmlarson
144144
Tools/build/generate_sbom.py @sethmlarson
145145

146+
# ABI check
147+
Misc/libabigail.abignore @encukou
148+
146149

147150
# ----------------------------------------------------------------------------
148151
# Platform Support
@@ -289,10 +292,10 @@ Tools/jit/ @brandtbucher @savannahostrowski @diegorusso
289292
InternalDocs/jit.md @brandtbucher @savannahostrowski @diegorusso @AA-Turner
290293

291294
# Micro-op / μop / Tier 2 Optimiser
292-
Python/optimizer.c @markshannon
293-
Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner
294-
Python/optimizer_bytecodes.c @markshannon @tomasr8 @Fidget-Spinner
295-
Python/optimizer_symbols.c @markshannon @tomasr8
295+
Python/optimizer.c @markshannon @Fidget-Spinner
296+
Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski
297+
Python/optimizer_bytecodes.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski
298+
Python/optimizer_symbols.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski
296299

297300
# Parser, Lexer, and Grammar
298301
Grammar/python.gram @pablogsal @lysnikolaou
@@ -322,7 +325,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
322325
# Remote Debugging
323326
Python/remote_debug.h @pablogsal
324327
Python/remote_debugging.c @pablogsal
325-
Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
328+
Modules/_remote_debugging/ @pablogsal
326329

327330
# Sub-Interpreters
328331
**/*crossinterp* @ericsnowcurrently
@@ -537,6 +540,11 @@ Lib/pydoc.py @AA-Turner
537540
Lib/pydoc_data/ @AA-Turner
538541
Lib/test/test_pydoc/ @AA-Turner
539542

543+
# Profiling (Sampling)
544+
Doc/library/profiling*.rst @pablogsal
545+
Lib/profiling/ @pablogsal
546+
Lib/test/test_profiling/ @pablogsal
547+
540548
# PyREPL
541549
Lib/_pyrepl/ @pablogsal @lysnikolaou @ambv
542550
Lib/test/test_pyrepl/ @pablogsal @lysnikolaou @ambv

.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)