cpython/Demo/pysvr
Guido van Rossum 063ee7bbe6 Fix Makefile so at least it uses Python 2.0, and compiles out of the
box on Linux.
2000-11-03 12:58:09 +00:00
..
Makefile Fix Makefile so at least it uses Python 2.0, and compiles out of the 2000-11-03 12:58:09 +00:00
README New example of threaded embedding 1997-07-19 21:00:47 +00:00
pysvr.c Move our own getopt() implementation to _PyOS_GetOpt(), and use it 2000-11-03 08:18:37 +00:00
pysvr.py nannified 1998-09-14 16:44:15 +00: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!