pushyrpc / pushy

Easy-as RPC. Zero-server RPC for Python and Java.
http://github.com/pushyrpc/pushy
45 stars 18 forks source link

Subprocess spawned by local-transport hangs at exit in Python 2.7 on Windows 7 #17

Closed axw closed 12 years ago

axw commented 12 years ago

"python.exe has stopped working"


Imported from Launchpad using lp2gh.

axw commented 12 years ago

(by axwalk) This is caused by weak reference callbacks raising exceptions. The Python interpreter barfs, presumably because sys.stderr has been replaced. The fix is to swallow the exceptions.