| Server IP : 118.27.122.248 / Your IP : 216.73.216.67 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python27/lib64/python2.7/test/ |
Upload File : |
�
�q2_c @ s� d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l Z d d l Z d d l m
Z
e j e j d k d � d e j
f d � � Y� Z d e f d � � YZ d
e f d � � YZ d � Z e d
k r� e � n d S( i����N( t run_unittest( t FileIOt posixs tests requires a posix system.t TestFileIOSignalInterruptc B s_ e Z d � Z d � Z d � Z d d e d � Z d � Z d Z d � Z d � Z
d � Z RS(
c C s
d | _ d S( N( t Nonet _process( t self( ( s9 /opt/alt/python27/lib64/python2.7/test/test_file_eintr.pyt setUp s c C sJ | j rF | j j � d k rF y | j j � WqF t k
rB qF Xn d S( N( R t pollR t killt OSError( R ( ( s9 /opt/alt/python27/lib64/python2.7/test/test_file_eintr.pyt tearDown s
c C s d S( s� Returns the infile = ... line of code for the reader process.
subclasseses should override this to test different IO objects.
s9 import _io ;infile = _io.FileIO(sys.stdin.fileno(), "rb")( ( R ( ( s9 /opt/alt/python27/lib64/python2.7/test/test_file_eintr.pyt _generate_infile_setup_code'