Your IP : 216.73.216.85


Current Path : /opt/alt/python38/lib64/python3.8/test/__pycache__/
Upload File :
Current File : //opt/alt/python38/lib64/python3.8/test/__pycache__/test_lltrace.cpython-38.opt-1.pyc

U

i�f��@sVddlZddlZddlZddlmZddlmZGdd�dej�Ze	dkrRe�
�dS)�N)�support)�assert_python_okc@seZdZdd�ZdS)�TestLLTracec	CsFttjd��0}|�tjtj�|�t�d��t	tj�W5QRXdS)N�wz�            import code

            console = code.InteractiveConsole()
            console.push('__ltrace__ = 1')
            console.push('a = [1, 2, 3]')
            console.push('a[0] = 1')
            print('unreachable if bug exists')
            )
�openrZTESTFNZ
addCleanup�os�unlink�write�textwrap�dedentr)�self�fd�r�6/opt/alt/python38/lib64/python3.8/test/test_lltrace.py�1test_lltrace_does_not_crash_on_subscript_operators
z=TestLLTrace.test_lltrace_does_not_crash_on_subscript_operatorN)�__name__�
__module__�__qualname__rrrrrr	sr�__main__)rr
ZunittestZtestrZtest.support.script_helperrZTestCaserr�mainrrrr�<module>s