Ë
    ÷Q(h“  ã                   ó&   — d Z ddlZddlZddlZd„ Zy)z�
Pyodide and other single-threaded Python builds will be missing the
_multiprocessing module. Test that joblib still works in this environment.
é    Nc                 ó  — | dz  j                  d«       t        t        j                  «      }dj	                  t        | «      gt        j                  z   «      |d<   t        j                  t        j                  ddg|¬«       y)	ad  
    Test that import joblib works even if _multiprocessing is missing.

    pytest has already imported everything from joblib. The most reasonable way
    to test importing joblib with modified environment is to invoke a separate
    Python process. This also ensures that we don't break other tests by
    importing a bad `_multiprocessing` module.
    z_multiprocessing.pyz0raise ImportError("No _multiprocessing module!")ú:Ú
PYTHONPATHz-czbimport joblib, math; joblib.Parallel(n_jobs=1)(joblib.delayed(math.sqrt)(i**2) for i in range(10)))ÚenvN)Ú
write_textÚdictÚosÚenvironÚjoinÚstrÚsysÚpathÚ
subprocessÚ
check_callÚ
executable)Útmp_pathr   s     úf/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/joblib/test/test_missing_multiprocessing.pyÚtest_missing_multiprocessingr      sw   € ð Ð%Ñ%×1Ñ1Ø:ôô Œr�z‰zÓ
€Cð Ÿ™¤# h£- ´3·8±8Ñ!;Ó<€CˆÑÜ×Ñä�N‰NØðBð	
ð ö	ó    )Ú__doc__r	   r   r   r   © r   r   ú<module>r      s   ðñó
 
Û Û 
ór   