Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 6f75bc003ab4d5294b0291289ae03f7a8d305f46 https://github.com/python/cpython/commit/6f75bc003ab4d5294b0291289ae03f7a8d305f46 Author: Xiang Zhang <angwerzx at 126.com> Date: 2017年05月17日 (2017年5月17日) Changed paths: M Lib/multiprocessing/queues.py M Lib/test/_test_multiprocessing.py M Misc/NEWS Log Message: ----------- bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) Under *spawn* and *forkserver* start methods, SimpleQueue.empty() could raise AttributeError due to not setting _poll in __setstate__.