Your IP : 3.147.80.59


Current Path : /lib64/python3.6/multiprocessing/__pycache__/
Upload File :
Current File : //lib64/python3.6/multiprocessing/__pycache__/spawn.cpython-36.opt-1.pyc

3


 \�"�@s.ddlZddlZddlZddlZddlmZmZddlmZddlm	Z	ddlm
Z
ddd	d
ddd
gZejdkrzdZ
dZn&ejdko�eedd�Z
ejj�jd�Zer�ejjejd�anejadd	�Zdd
�Zdd�Zdd�Zdd�Zd&dd�Zdd�Zdd�Zdd�ZgZ dd �Z!d!d"�Z"d#d$�Z#d%d
�Z$dS)'�N�)�get_start_method�set_start_method)�process)�	reduction)�util�_main�freeze_support�set_executable�get_executable�get_preparation_data�get_command_line�import_main_path�win32F�frozenzpythonservice.exez
python.execCs|adS)N)�_python_exe)Zexe�r�/usr/lib64/python3.6/spawn.pyr
)scCstS)N)rrrrrr-scCs$t|�dkr|ddkrdSdSdS)z=
    Return whether commandline indicates we are forking
    �rz--multiprocessing-forkTFN)�len)�argvrrr�
is_forking4srcCshttj�rdi}xBtjdd�D]0}|jd�\}}|dkrBd||<qt|�||<qWtf|�tj�dS)zE
    Run code for process object if this in not the main process
    rN�=�None)r�sysr�split�int�
spawn_main�exit)�kwds�arg�name�valuerrrr	>s


cKshttdd�r(tjdgdd�|j�D�Sd}|djdd	�|j�D��;}tj�}tg|d
|dgSdS)zJ
    Returns prefix of command line used for spawning a child process
    rFz--multiprocessing-forkcSsg|]}d|�qS)z%s=%rr)�.0�itemrrr�
<listcomp>Tsz$get_command_line.<locals>.<listcomp>z<from multiprocessing.spawn import spawn_main; spawn_main(%s)z, css|]}d|VqdS)z%s=%rNr)r#r$rrr�	<genexpr>Wsz#get_command_line.<locals>.<genexpr>z-cN)�getattrr�
executable�items�joinrZ_args_from_interpreter_flagsr)r�progZoptsrrrr
NscCs\tjdkr.ddl}tj||�}|j|tj�}nddlm	}||j
_|}t|�}tj
|�dS)z7
    Run code specified by data received over pipe
    rrNr)�semaphore_tracker)r�platform�msvcrtrZsteal_handleZopen_osfhandle�os�O_RDONLY�r,Z_semaphore_trackerZ_fdrr)Zpipe_handleZ
parent_pidZ
tracker_fdr.Z
new_handle�fdr,Zexitcoderrrr\s
rcCs^tj|ddd��@}dtj�_z$tjj|�}t|�tjj|�}Wdtj�`XWdQRX|j	�S)N�rbT)�closefd)
r/�fdopenr�current_process�_inheritingr�pickle�load�prepare�
_bootstrap)r2Zfrom_parentZpreparation_data�selfrrrrms
cCsttj�dd�rtd��dS)Nr7Fa
        An attempt has been made to start a new process before the
        current process has finished its bootstrapping phase.

        This probably means that you are not using fork to start your
        child processes and you have forgotten to use the proper idiom
        in the main module:

            if __name__ == '__main__':
                freeze_support()
                ...

        The "freeze_support()" line can be omitted if the program
        is not going to be frozen to produce an executable.)r'rr6�RuntimeErrorrrrr�_check_not_importing_mainys
r>cCs t�ttjtj�jd�}tjdk	r2tjj�|d<t	j
j�}y|jd�}Wnt
k
r^YnXtj||<|j||t	jtjtj�t�d�t	jd}t|jdd�}|dk	r�||d<nht	jd	ks�to�t�rt|d
d�}|dk	�rtj
j|�o�tjdk	�rtj
jtj|�}tj
j|�|d<|S)zM
    Return info about parent needed by child to unpickle process object
    )�
log_to_stderr�authkeyN�	log_levelr1)r!�sys_path�sys_argv�orig_dir�dir�start_method�__main__r!�init_main_from_namer�__file__�init_main_from_path)r>�dictrZ_log_to_stderrrr6r@Z_loggerZgetEffectiveLevelr�path�copy�index�
ValueError�ORIGINAL_DIR�updaterr/�getcwdr�modulesr'�__spec__r-�WINEXE�
WINSERVICE�isabsr*�normpath)r!�drB�i�main_moduleZ
main_mod_name�	main_pathrrrr�s>






cCs�d|kr|dtj�_d|kr,|dtj�_d|krD|drDtj�d|kr^tj�j|d�d|krp|dt_	d|kr�|dt_
d|kr�tj|d�d|kr�|dt_
d	|kr�t|d	d
d�d|kr�t|d�nd
|kr�t|d
�dS)zE
    Try to get current process ready to unpickle process object
    r!r@r?rArBrCrErDrFT)�forcerHrJN)rr6r!r@rr?Z
get_loggerZsetLevelrrLrr/�chdirrPr�_fixup_main_from_name�_fixup_main_from_path)�datarrrr:�s,


r:cCs~tjd}|dks|jd�r dSt|jdd�|kr6dStj|�tjd�}t	j
|ddd�}|jj|�|tjd<tjd<dS)NrGz	.__main__r!�__mp_main__T)�run_nameZ	alter_sys)
rrS�endswithr'rT�old_main_modules�append�types�
ModuleType�runpyZ
run_module�__dict__rQ)Zmod_name�current_mainr[�main_contentrrrr_�s


r_cCs�tjd}tjjtjj|��d}|dkr.dSt|dd�|krBdStj|�t	j
d�}tj|dd�}|j
j|�|tjd<tjd<dS)NrGrZipythonrIrb)rc)rrSr/rL�splitext�basenamer'rerfrgrhriZrun_pathrjrQ)r\rkZ	main_namer[rlrrrr`�s


r`cCst|�dS)z<
    Set sys.modules['__main__'] to module at main_path
    N)r`)r\rrrrs)NN)%r/rrirgr1rrr�contextrr�__all__r-rUrVr'r(�lowerrdrLr*�exec_prefixrr
rrr	r
rrr>rrer:r_r`rrrrr�<module>s>



2&