This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jonathan-lp
Recipients jonathan-lp
Date 2019-02-26.11:36:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551181001.63.0.470924837625.issue36120@roundup.psfhosted.org>
In-reply-to
Content
There's also this error too:

Traceback (most recent call last):
  File "c:\_libs\Python37\lib\multiprocessing\process.py", line 297, in _bootstrap
    self.run()
  File "c:\_libs\Python37\lib\multiprocessing\process.py", line 99, in run
    self._target(*self._args, **self._kwargs)
  File "c:\_libs\Python37\lib\concurrent\futures\process.py", line 226, in _process_worker
    call_item = call_queue.get(block=True)
  File "c:\_libs\Python37\lib\multiprocessing\queues.py", line 94, in get
    res = self._recv_bytes()
  File "c:\_libs\Python37\lib\multiprocessing\synchronize.py", line 98, in __exit__
    return self._semlock.__exit__(*args)
OSError: [WinError 6] The handle is invalid
History
Date User Action Args
2019-02-26 11:36:41jonathan-lpsetrecipients: + jonathan-lp
2019-02-26 11:36:41jonathan-lpsetmessageid: <1551181001.63.0.470924837625.issue36120@roundup.psfhosted.org>
2019-02-26 11:36:41jonathan-lplinkissue36120 messages
2019-02-26 11:36:41jonathan-lpcreate