Zachary Ware
Zachary Ware
We've also kept tags for old branches with the same name as the branch (for example, `3.2`, `3.3`, etc.), though ~~that tag doesn't seem to have been created for 3.4~~...
We've been down this road before and it was either not accepted or shortly reverted, though I don't remember why. There is some history to dig up and review here,...
It's been long enough that I'm not sure yanking wouldn't be more disruptive now. On the other hand, I don't know when I'll have a chance to get back in...
There are quite a number of failing tests on multiple platforms (all of them, actually :)) that you'll need to address for this to go anywhere. I'm not entirely clear...
I can't reproduce this failure. Does it still occur with current dependencies and data?
TBH, I'm not particularly happy with the warning either. I think we rushed this one a bit :( I think a nicer design would have been to add a new...
New changeset 310b05289b5d9550040f469e60b5e8e77f1022b6 by Zachary Ware in branch 'master': bpo-32604: Make \_xxsubinterpreters build on Windows (GH-5516) https://github.com/python/cpython/commit/310b05289b5d9550040f469e60b5e8e77f1022b6
New changeset fe61e8d8c7cd1f6fb0ce7e9b8f0460b47b5f29a5 by Zachary Ware (Miss Islington (bot)) in branch '3.7': bpo-32604: Make \_xxsubinterpreters build on Windows (GH-5624) https://github.com/python/cpython/commit/fe61e8d8c7cd1f6fb0ce7e9b8f0460b47b5f29a5
Looks like macOS rather than Windows, and I can't reproduce it locally with current master: 14:28 $ ./python.exe -m test -R3:3 test_multiprocessing_fork Run tests sequentially 0:00:00 load avg: 2.68 [1/1]...
There are a couple further fixes I want to get into the next release, which I'm hoping to get done soon.