?????????? ????????? - ??????????????? - /home/agenciai/.local/lib/python3.9/site-packages/greenlet/tests/__pycache__/fail_clearing_run_switches.cpython-39.pyc
???????
a ��Jh� � @ s� d Z ddlZdZe�� Zg ZG dd� d�ZG dd� dej�Zdd� Zee� �Ze� � Z e�d e f� ed e dd� e� � ed e� dS )a If we have a run callable passed to the constructor or set as an attribute, but we don't actually use that (because ``__getattribute__`` or the like interferes), then when we clear callable before beginning to run, there's an opportunity for Python code to run. � Nc @ s e Zd Zdd� ZdS )�RunCallablec C s t �d� t�d� d S )N)r �__del__zfrom RunCallable)�results�append�main�switch)�self� r �^/home/agenciai/.local/lib/python3.9/site-packages/greenlet/tests/fail_clearing_run_switches.pyr s zRunCallable.__del__N)�__name__� __module__�__qualname__r r r r r r s r c @ s e Zd Zdd� ZdS )�Gc C s"