python (3.11.7)
    eG                     |   d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl	Z	ddl
Z
ddlZddlZddl
mZ ddlmZ ddlmZ dZej        d             Z ej         eed          d	           G d
 dej                              Z ej         eed          d	           G d d
e                      Z ej         eed          d	           G d de                      Z ej         eed          d	           G d de                      Z ej         eed          d	           ej         eed          d           G d de                                  Z ej         eed          d	           G d de                      Z G d de          Zedk    r ej                      dS dS )a  
This test suite exercises some system calls subject to interruption with EINTR,
to check that it is actually handled transparently.
It is intended to be run by the main test suite within a child process, to
ensure there is no background thread running (so that signals are delivered to
the correct thread).
Signals are generated in-process using setitimer(ITIMER_REAL), which allows
sub-second periodicity (contrarily to signal()).
    N)support)	os_helper)
socket_helperg{Gz?c              #      K   | 5  	 | V  n#  |                                    xY w	 ddd           dS # 1 swxY w Y   dS )zGContext manager killing the subprocess if a Python exception is raised.N)kill)procs    D/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/test/_test_eintr.py
kill_on_errorr
   "