blob: 5e64e38bb4c4250f365fd6b31440707346e77a2f [file] [log] [blame]
Guido van Rossum5c8b9911997-07-19 21:00:47 +00001This is an example of a multi-threaded C application embedding a
2Python interpreter.
3
4The particular application is a multi-threaded telnet-like server that
5provides you with a Python prompt (instead of a shell prompt).
6
7The file pysvr.py is a prototype in Python.
8
9THIS APPLICATION IS NOT SECURE -- ONLY USE IT FOR TESTING!