A forkable alternative Python3 interpreter.
This fork tracks the latest cpython alpha spec for language features. The stdlib can be cpython or pypy.
The threading model is different. Garbage collection is a separate set of threads. Also the method lookup model follows simpler rules.
The supported build process is cmake, ninja, and clang with support for c++23. Default settings and target names are used.
- 1 TOC list of process documents
This is a list of forks that target compatibility with particular release versions of cpython.