Staging
v0.5.1
https://github.com/python/cpython
Revision 6601126233eb3c7ef25e0669b72d35f3708edc6f authored by R. David Murray on 25 June 2009, 17:37:57 UTC, committed by R. David Murray on 25 June 2009, 17:37:57 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73511 | r.david.murray | 2009-06-22 18:11:04 -0400 (Mon, 22 Jun 2009) | 2 lines

  Improve English phrasing.
........
1 parent c707167
Raw File
Tip revision: 6601126233eb3c7ef25e0669b72d35f3708edc6f authored by R. David Murray on 25 June 2009, 17:37:57 UTC
Merged revisions 73511 via svnmerge from
Tip revision: 6601126
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