forked from conda-forge/python-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 7
Python 3.15.0b3 #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
skupr-anaconda
wants to merge
31
commits into
master
Choose a base branch
from
py315b3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Python 3.15.0b3 #232
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e9d507f
Python 3.15.0b3
skupr-anaconda 078a366
Remove redundant comment
skupr-anaconda 6506b4a
Remove obsolete stuff
skupr-anaconda 4949dba
Add ANACONDA_ROCKET_ENABLE_PY315
skupr-anaconda 633a0fe
Fix 0014 and 0022 patch regressions for Python 3.15.0b3
skupr-anaconda 860da04
Add force_use_keys with gil_type for libpython-static
skupr-anaconda 075ea4d
Regenerated 0022-Unvendor-libmpdec.patch against the file state after…
skupr-anaconda 1ee9ffa
Revert changes in a local cbc.yaml; Regenerated the patch 0022 agains…
skupr-anaconda ee6df3c
Regenarate the 0014 patch.
skupr-anaconda c32ba9c
Pin tcl/tk to conda tk 8.6 on win-64
skupr-anaconda d10d902
win-64: pin Tcl/Tk 8.6 via tcltk.props default in 0014 patch
skupr-anaconda d4398f3
win-64: pin Tcl/Tk 8.6 in build_base.bat, keep 0014 patch pure-unvendor
skupr-anaconda a5d1e22
Drive Tcl/Tk version from the tk conda_build_config variant
skupr-anaconda f1877e0
Add upload_channels to abs.yaml
skupr-anaconda 00abf1a
win-64: use amd64t BUILD_PATH for freethreading staging
skupr-anaconda 342855b
Free-threaded MSBuild output goes to PCbuild\amd64t
skupr-anaconda 44ecbd1
For freethreading only, copy PCbuild\amd64t\python3.dll → %PREFIX%\py…
skupr-anaconda c9f84de
Fix and improve py315b3 tests
skupr-anaconda 873ba6c
Clean up
skupr-anaconda 7774f28
Use a labeled testing channel
skupr-anaconda e3f08b6
Fix a labeled testing channel
skupr-anaconda 4e08f3a
Refreash the patch 0016
skupr-anaconda fe2b513
Fix the label
skupr-anaconda e867ab7
Add the patch 0023 to link xxlimited* to correct stable ABI DLL on fr…
skupr-anaconda dc40711
Modify the 0026 patch about deriving the work from the upstream pytho…
skupr-anaconda 3d4d457
Merge branch 'master' into py315b3
skupr-anaconda 3e0d77b
Address review comments
skupr-anaconda 4276b7a
Remove staging py315 specific tests
skupr-anaconda 76da5b2
Add a comment about vs2026
skupr-anaconda b7ce89a
Win32: fix broken nuget download in find_python.bat.
skupr-anaconda ffddaff
Win32: use CONDA_PYTHON_EXE instead of nuget for PCbuild.
skupr-anaconda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,20 @@ | ||
| python: | ||
| - 3.14 | ||
| - 3.15 | ||
| python_impl: | ||
| - cpython | ||
| numpy: | ||
| - 2.3 | ||
| - 2.5 | ||
| gil_type: | ||
| - normal | ||
| # Will be enabled as part of https://anaconda.atlassian.net/browse/PKG-5855 | ||
| - disabled # [not (s390x or (osx and x86_64))] | ||
| - disabled | ||
|
|
||
| # TODO: Windows tail-calling interpreter: 64-bit builds with Visual Studio 2026 (MSVC 18) can now use the tail-call interpreter (reported ~15–20% speedup). | ||
| # Official python.org Windows binaries now use it. | ||
| # We should consider adding vs2026 and use it for later builds. | ||
| # c_compiler: # [win] | ||
| # - vs2026 # [win] | ||
| # c_stdlib_version: # [win] | ||
| # - 2026.1 # [win] | ||
| # cxx_compiler: # [win] | ||
| # - vs2026 # [win] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be possible once this is completed: https://anaconda.atlassian.net/browse/SIR-3519