aosp12/external/python/cpython2/Demo/pysvr
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pysvr.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pysvr.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README

This is an example of a multi-threaded C application embedding a
Python interpreter.

The particular application is a multi-threaded telnet-like server that
provides you with a Python prompt (instead of a shell prompt).

The file pysvr.py is a prototype in Python.

THIS APPLICATION IS NOT SECURE -- ONLY USE IT FOR TESTING!