Piotr Mitros

Results 2 issues of Piotr Mitros

# Bug report In `Lib/concurrent/futures/process.py`, `mp.util.debug` is called, but `mp.util` is never imported. This leads to the following: ``` Exception ignored in: Traceback (most recent call last): File "python3.10/concurrent/futures/process.py", line...

type-bug

This is a minor bug fix. The bug is documented in the associated issue: https://github.com/python/cpython/issues/99368 An alternative fix would be to import `mp.util`, but in this case, I don't think...

awaiting review