Skip to content

CPython setup for evaluation #148

@vidyalakshmir

Description

@vidyalakshmir

This issue aims to get Python ready for evaluation.

CPython 3.14 + pytest

  • python interpreter under Lind
  • pytest running Lib/test/ suite (~501 tests)
  • file I/O, fork, signals, threading, sockets

The expected deliverables:

  • Python build script that generates python wasm binary and can be run within lind-wasm with support for file I/O, fork, signals, threading, sockets. The build script should then finally copy the required files (.cwasm binary, required libraries etc to lind-wasm-apps/build/cpython/ which would later copied to lindfs with make install from lind-wasm-apps/Makefile
  • Test script to run pytests
  • A target in lind-wasm-apps/Makefile to build python

Related Issues:

Related Open PRs:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions