Commit Graph

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] d83dd682f5 Remove src/ folder and update CMakeLists.txt to reference real interpreter
- Removed src/ directory (accidental commit with minimal runtime)
- Removed include/ and tests/ directories (part of minimal runtime)
- Updated CMakeLists.txt to build Programs/python.c (real CPython entry point)
- Added minimal pyconfig.h stub (NOTE: incomplete, proper build needs configure)

The CMakeLists.txt now references the real Python interpreter source but requires
additional work to properly build the full CPython interpreter with all dependencies.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 21:53:09 +00:00
copilot-swe-agent[bot] ade269afb4 Rename Python to Typthon in Doc, Include, and Android README files
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 17:59:35 +00:00
Richie Ward 9853be11ff Initial 3.14 commit 2025-07-22 07:54:51 +01:00