• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

MakefileD25-Apr-20251.3 KiB5821

READMED25-Apr-2025325 106

pysvr.cD25-Apr-20258.2 KiB371293

pysvr.pyD25-Apr-20253.3 KiB125108

README

1This 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!
10