Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: b7f4c2d03af4c7d3960df64b7ae4139520c9fdcf authored by cvs2svn on 30 March 2005, 03:01:43 UTC
This commit was manufactured by cvs2svn to create tag 'r241'.
Tip revision: b7f4c2d
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!
back to top