mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
a6a3274aad
The test suite currently skips test_multiprocessing on Windows because it fails on finding _multiprocessing in several win32-specific blocks. Removing the relative import lets this through and allows the test to run (and pass).