Re: Python 3.7.10[pypy-7.3.5-final] OperationError in multiprocessing
Matti Picus <[email protected]> Sun, 18 Jul 2021 13:35:59 +0300
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <[email protected]> |
On 18/7/21 11:43 am, Amirouche wrote: > Same behavior with recent 3.7 and 3.8 nightly builds: > > - pypy-c-jit-102762-cfc38b565a4e-linux64.tar.bz2 (3.7) > > - pypy-c-jit-102728-ace3d170113d-linux64.tar.bz2 (3.8) > > By the way the same code runs fine with CPython 3.9.2 > Our issue tracker is at https://foss.heptapod.net/pypy/pypy/-/issues. There is issue https://foss.heptapod.net/pypy/pypy/-/issues/3317, is that similar? The nightly py3.7 branch is probably better to test against than the as-yet-unreleased py3.8. Does the code run without erroring on CPython 3.7.10 Matti