Fixed process termination routine in windows (#4844)
authorSeyyed Hossein Hasanpour <coderx7@gmail.com>
Sat, 8 Feb 2020 18:48:16 +0000 (22:18 +0330)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2020 18:48:16 +0000 (10:48 -0800)
commite7a3c47e924f46e8c5f9ead8ce41173e00916dd4
tree63f73268047aabeb619caa30c1356066bfadfced
parente33de2465adbd687fd5cefc1e730a1f363668244
Fixed process termination routine in windows (#4844)

* Fixed process termination routine in windows

addresses and Fixes AttributeError: module 'os' has no attribute 'killpg' error in #4821

* Update server.py
python/tvm/rpc/server.py