diff options
author | Hood Chatham <roberthoodchatham@gmail.com> | 2024-02-11 09:59:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 09:59:50 (GMT) |
commit | 4b75032c88046505cad36157aa94a41fd37638f4 (patch) | |
tree | ee2c7fb2553a4c2bbfa61c95caff015adb572192 /Python/structmember.c | |
parent | 1b895914742d20ccebd1b56b1b0936b7e00eb95e (diff) | |
download | cpython-4b75032c88046505cad36157aa94a41fd37638f4.zip cpython-4b75032c88046505cad36157aa94a41fd37638f4.tar.gz cpython-4b75032c88046505cad36157aa94a41fd37638f4.tar.bz2 |
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.
Diffstat (limited to 'Python/structmember.c')
0 files changed, 0 insertions, 0 deletions