[pypy-issue] Issue #2919: Problem with multiprocessing.Process on Windows (pypy/pypy)

2018-11-26 Thread Peter Gerell
New issue 2919: Problem with multiprocessing.Process on Windows https://bitbucket.org/pypy/pypy/issues/2919/problem-with-multiprocessingprocess-on Peter Gerell: The following simple program fails when using pypy3-v6. ``` #!python from multiprocessing import Process, freeze_support def func():

[pypy-issue] Issue #2920: stat_result is missing st_birthtime (on OSes/FSes where that's a thing) (pypy/pypy)

2018-11-26 Thread Julian Berman
New issue 2920: stat_result is missing st_birthtime (on OSes/FSes where that's a thing) https://bitbucket.org/pypy/pypy/issues/2920/stat_result-is-missing-st_birthtime-on Julian Berman: E.g., macOS + HFS on CPython: ``` #!terminal ~ ⊙ /usr/bin/python -c 'import os; print os.stat("/usr/bin/p