Skip to content

Commit 8762048

Browse files
authored
Merge branch 'main' into fix-issue-125862
2 parents 65c8f50 + d844d22 commit 8762048

File tree

302 files changed

+52411
-7073
lines changed

Some content is hidden

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

302 files changed

+52411
-7073
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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392
needs: build-context
393393
if: needs.build-context.outputs.run-ios == 'true'
394394
timeout-minutes: 60
395-
runs-on: macos-15
395+
runs-on: macos-14
396396
steps:
397397
- uses: actions/checkout@v4
398398
with:
@@ -405,10 +405,10 @@ jobs:
405405
# https://github.com/actions/runner-images/issues/12751.
406406
- name: Select Xcode version
407407
run: |
408-
sudo xcode-select --switch /Applications/Xcode_16.4.app
408+
sudo xcode-select --switch /Applications/Xcode_15.4.app
409409
410410
- name: Build and test
411-
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e,OS=18.5'
411+
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
412412

413413
build-wasi:
414414
name: 'WASI'
@@ -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,

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)