Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | D | 03-May-2024 | 1.3 KiB | 58 | 21 | |
README | D | 03-May-2024 | 325 | 10 | 6 | |
pysvr.c | D | 03-May-2024 | 8.2 KiB | 371 | 293 | |
pysvr.py | D | 03-May-2024 | 3.3 KiB | 125 | 108 |
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