SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is missing (#114808)

`_multiprocessing` is only used under the `if _winapi:` block, this moves the import to be within the `_winapi` ImportError handling try/except for equivalent treatment.
H
Hood Chatham committed
4b75032c88046505cad36157aa94a41fd37638f4
Parent: 1b89591
Committed by GitHub <noreply@github.com> on 2/11/2024, 9:59:50 AM