Linux garfield.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
lib64
/
python2.7
/
test
/
//lib64/python2.7/test/fork_wait.pyo
� zfc @ s� d Z d d l Z d d l Z d d l Z d d l Z d d l j Z e j d � Z d Z d Z d Z d e j f d � � YZ d S( s� 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. While BeOS doesn't officially support fork and native threading in the same application, the present example should work just fine. DC i����Nt threadingi g �?i t ForkWaitc B s5 e Z d � Z d � Z d � Z d � Z d � Z RS( c C s. t j � | _ i | _ d | _ g | _ d S( Ni ( t supportt threading_setupt _threading_keyt alivet stopt threads( t self( ( s&