Skip to content

Updated Python to 3.14.2#85

Merged
guyush1 merged 5 commits intodevelopfrom
use-python-3.14.2
Dec 27, 2025
Merged

Updated Python to 3.14.2#85
guyush1 merged 5 commits intodevelopfrom
use-python-3.14.2

Conversation

@roddyrap
Copy link
Collaborator

No description provided.

@roddyrap roddyrap force-pushed the linking-python-with-more branch from 30a608a to a617092 Compare December 26, 2025 23:19
@guyush1
Copy link
Owner

guyush1 commented Dec 27, 2025

@roddyrap rebase above merged develop and change the PR dest to develop so i can merge this 👍

we are going to have to do that to the other PR as well after this one is merged

@roddyrap roddyrap changed the base branch from linking-python-with-more to develop December 27, 2025 09:28
@roddyrap
Copy link
Collaborator Author

@guyush1 isn't it already above develop? I changed the destination branch, you can do it too

It's necessary for the executable to run, so even if GDB doesn't use it
we should probably want it.
This allows us to link it with the static Python, enabling zlib and gzip
support.
The static Python can now import modules from the regular module
directories.

Please note that modules that contain C code will still not work, and
will never work, because these require `ld` to load their shared module,
which isn't something that can be done in static binaries.
@roddyrap
Copy link
Collaborator Author

You have merged commits on. I rebased.

@guyush1 guyush1 merged commit 61dd1f6 into develop Dec 27, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants