Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Makefile | 22-Oct-2020 | 1.3K | |
pysvr.c | 22-Oct-2020 | 8.2K | |
pysvr.py | 22-Oct-2020 | 3.3K | |
README | 22-Oct-2020 | 325 |
1 This is an example of a multi-threaded C application embedding a 2 Python interpreter. 3 4 The particular application is a multi-threaded telnet-like server that 5 provides you with a Python prompt (instead of a shell prompt). 6 7 The file pysvr.py is a prototype in Python. 8 9 THIS APPLICATION IS NOT SECURE -- ONLY USE IT FOR TESTING! 10