Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 84471935ed2f62b8c5758fd544c7d37076fe0fa5 authored by Benjamin Peterson on 16 September 2017, 17:38:35 UTC
2.7.14 final version bumps
Tip revision: 8447193
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