- Notifications
You must be signed in to change notification settings - Fork5
[DEPRECATED] contains the old "fork" build approach for cpython. New project is athttps://github.com/allyourcodebase/cpython
License
andrewrk/cpython
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo has been deprecated in favor ofhttps://github.com/allyourcodebase/cpython
This is a fork ofCPython, packaged for Zig.
Unnecessary files have been deleted, and the build system has been replacedwithbuild.zig
. There are no system dependencies; the only thing required tobuild this package isZig.
This builds a static executable, which can be then executed like this:
PYTHONPATH=Lib zig-out/bin/cpython
My personal use case is to run the latestytdlp releases. This package is capable ofdoing that, however, there may be missing features beyond what is required forthis use case, such as missing C modules.
I have tested on x86_64-linux-gnu and x86_64-linux-musl but not any othertargets yet. Probably, other targets will need some work before they areadditionally supported.
Contributions to broaden the support status are welcome.
About
[DEPRECATED] contains the old "fork" build approach for cpython. New project is athttps://github.com/allyourcodebase/cpython
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Python52.4%
- C46.8%
- C++0.4%
- HTML0.3%
- Assembly0.1%
- Shell0.0%