X Tutup
The Wayback Machine - https://web.archive.org/web/20221223150629/https://github.com/python/cpython/pull/98462/commits
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-98360: multiprocessing now spawns children on Windows with correct argv[0] in virtual environments #98462

Merged
merged 2 commits into from Oct 20, 2022

Commits on Oct 19, 2022

  1. pythongh-98360: multiprocessing now spawns children on Windows with c…

    …orrect argv[0] in virtual environments
    zooba committed Oct 19, 2022
  2. Add actual change

    zooba committed Oct 19, 2022
X Tutup