Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
569 stars 91 forks source link

Get rid of using fork start method for `mp` module in the tests #260

Open aisk opened 6 months ago

aisk commented 6 months ago

A lot of test case depending on the fork start method in multiprocess module. This makes the test is hard on macOS and Windows.