[Python-checkins] [python/cpython] 43d4c0: bpo-30301: Fix AttributeError when using SimpleQue...

GitHub noreply at github.com
Wed May 17 10:03:40 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 43d4c0329e2348540a3a16ac61b3032f04eefd34
      https://github.com/python/cpython/commit/43d4c0329e2348540a3a16ac61b3032f04eefd34
  Author: Xiang Zhang <angwerzx at 126.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  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) (#1628)

Under *spawn* and *forkserver* start methods, SimpleQueue.empty() could
raise AttributeError due to not setting _poll in __setstate__.




More information about the Python-checkins mailing list