Message302266
I modified the socketserver module so server_close() now waits until all spawned threads or processes completed. It should help to avoid such random failure.
Modifying server_close() default behaviour in Python 2.7 or 3.6 is not possible, so maybe we need to modify test_socketserver to use a private API to wait for threads/processes? |
|
Date |
User |
Action |
Args |
2017-09-15 16:32:42 | vstinner | set | recipients:
+ vstinner, martin.panter |
2017-09-15 16:32:42 | vstinner | set | messageid: <1505493162.89.0.469800380235.issue30391@psf.upfronthosting.co.za> |
2017-09-15 16:32:42 | vstinner | link | issue30391 messages |
2017-09-15 16:32:42 | vstinner | create | |
|