Rémi Lapeyre <remi.lape...@henki.fr> added the comment: Weirdly enough, it works with iPython:
$ ipython3 Python 3.7.1 (default, Nov 6 2018, 18:49:54) Type 'copyright', 'credits' or 'license' for more information IPython 6.4.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: import multiprocessing In [2]: tuple(multiprocessing.Pool(4).imap(print, (1, 2, 3))) ...: 1 2 3 Out[2]: (None, None, None) In [3]: ---------- nosy: +remi.lapeyre _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35629> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com