PATH:
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
greenlet
/
tests
/
__pycache__
� p0i1 � �� � d Z ddlZdZdZdad� Zd� Zd� Z ej e� ej e� Z ej e� Zej � e d� ej � y)z� Uses a trace function to switch greenlets at unexpected times. In the trace function, we switch from the current greenlet to another greenlet, which switches � NFc �l � t dg| ��� t rdat j � t dg| ��� y )N�TRACEFz LEAVE TRACE)�print�switch_to_g2�g2�switch)�argss �Y/opt/hc_python/lib64/python3.12/site-packages/greenlet/tests/fail_switch_two_greenlets.py� tracefuncr s- � � �'��D����� � � �� �/�!�D�!� c � � t d� dat j � j j � t d� t d� y )Nz In g1_runTzReturn to g1_runzFalling off end of g1_run)r r �greenlet� getcurrent�parentr � r r �g1_runr s<