File: //lib64/python3.6/test/__pycache__/fork_wait.cpython-36.pyc
3
\=
� @ sZ d Z ddlZddlZddlZddlZddljZejd�ZdZ dZ
dZG dd� dej�Z
dS ) ar This test case provides support for checking forking and wait behavior.
To test different wait behavior, override the wait_impl method.
We want fork1() semantics -- only the forking thread survives in the
child after a fork().
On some systems (e.g. Solaris without posix threads) we find that all
active threads survive in the child after a fork(); this is an error.
� N� threading� g �?� c @ s4 e Zd Zdd� Zdd� Zdd� Zdd� Zd d
� ZdS )�ForkWaitc C s t j� | _i | _d| _g | _d S )Nr )�supportZthreading_setup�_threading_key�alive�stop�threads)�self� r �!/usr/lib64/python3.6/fork_wait.py�setUp s
zForkWait.setUpc C s<