Victor Stinner
Victor Stinner
This PR changes 48 files. Was it done on purpose?
What's the status of this issue? Can it be closed?
I merged https://github.com/python/cpython/pull/132029 PR.
What's the status of this PR? It now has multiple merge conflicts.
> Removed the redundant pyperf. prefixes > Converted single backticks to double backticks > Reverted the unrelated is_worker change. I don't see your changes :-(
I suggest to say that only PyList_SET_ITEM() is safe to call before the list is fully initialized.
What can be done to move on on this topic?
> Tests / Windows (free-threading) / Build and test (arm64) (pull_request) > Tests / Windows (free-threading) / Build and test (x64) (pull_request) There is a suspicious error when running test.test_multiprocessing_spawn.test_processes:...
Hi. It seems like you are running Windows. About the permission error, how did you install tzdata? Did you install it as an admin user and do you run Python...
Oh right, 'Pacific' is a directory, not a valid zone, and so ZoneInfoNotFoundError should be raised. I see. Example: ```sh $ ./python -m venv env $ env/bin/python -m pip install...