bw0rth / pync

arbitrary TCP and UDP connections and listens (Netcat for Python).
https://pync.readthedocs.io
MIT License
101 stars 9 forks source link

Test #8

Closed bw0rth closed 2 years ago

bw0rth commented 2 years ago

Netcat classes no longer directly store the sys.stdin/out/err file handles. Created delegate classes NetcatStdinReader, NetcatStdoutWriter and NetcatStderrWriter instead. This is to prevent multiprocessing.Process from throwing an error when trying to pickle the file handles.