Skip to content

Commit d89a1d0

Browse files
Merge remote-tracking branch 'upstream/main' into decref_float_refactor
2 parents 8c0507f + 1a9cdaf commit d89a1d0

File tree

251 files changed

+32811
-2880
lines changed

Some content is hidden

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

251 files changed

+32811
-2880
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
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
@@ -88,6 +89,7 @@ Lib/test/certdata/*.pem generated
8889
Lib/test/certdata/*.0 generated
8990
Lib/test/levenshtein_examples.json generated
9091
Lib/test/test_stable_abi_ctypes.py generated
92+
Lib/test/test_zoneinfo/data/*.json generated
9193
Lib/token.py generated
9294
Misc/sbom.spdx.json generated
9395
Objects/typeslots.inc generated

.github/CODEOWNERS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
322322
# Remote Debugging
323323
Python/remote_debug.h @pablogsal
324324
Python/remote_debugging.c @pablogsal
325-
Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
325+
Modules/_remote_debugging/ @pablogsal
326326

327327
# Sub-Interpreters
328328
**/*crossinterp* @ericsnowcurrently
@@ -537,6 +537,11 @@ Lib/pydoc.py @AA-Turner
537537
Lib/pydoc_data/ @AA-Turner
538538
Lib/test/test_pydoc/ @AA-Turner
539539

540+
# Profiling (Sampling)
541+
Doc/library/profiling*.rst @pablogsal
542+
Lib/profiling/ @pablogsal
543+
Lib/test/test_profiling/ @pablogsal
544+
540545
# PyREPL
541546
Lib/_pyrepl/ @pablogsal @lysnikolaou @ambv
542547
Lib/test/test_pyrepl/ @pablogsal @lysnikolaou @ambv

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ jobs:
706706
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
707707
with:
708708
allowed-failures: >-
709-
build-ios,
710709
build-windows-msi,
711710
build-ubuntu-ssltests-awslc,
712711
build-ubuntu-ssltests-openssl,

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ gmon.out
4545
.pytest_cache/
4646
.ruff_cache/
4747
.DS_Store
48+
.pixi/
4849

4950
*.exe
5051

Doc/_static/tachyon-example-flamegraph.html

Lines changed: 3260 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)