| Server IP : 43.129.54.214 / Your IP : 216.73.217.113 Web Server : nginx/1.24.0 System : Linux VM-4-108-ubuntu 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/local/qcloud/python/lib/python3.7/test/__pycache__/ |
Upload File : |
B
��f� � @ s@ d dl Z G dd� de j�ZG dd� de j�Zedkr<e �� dS )� Nc @ s e Zd Zdd� Zdd� ZdS )�PEP3120Testc C s( | � d�d�d� | � d�d�d� d S )Nu
Питонzutf-8s
Питонu \Пs \П)�assertEqual�encode)�self� r �>/usr/local/qcloud/python/lib/python3.7/test/test_utf8source.py�test_pep3120 s zPEP3120Test.test_pep3120c
C sX ydd l }W n< tk
rH } zt|��� }| �d|k� W d d }~X Y nX | �d� d S )Nr zutf-8zexpected exception didn't occur)Ztest.badsyntax_pep3120�SyntaxError�str�lowerZ
assertTrue�fail)r Ztest�msgr r r �test_badsyntax s zPEP3120Test.test_badsyntaxN)�__name__�
__module__�__qualname__r r r r r r r s
r c @ s e Zd Zdd� ZdS )�BuiltinCompileTestsc C s\ d� d�}yt|dd�}W n tk
r8 | �d� Y nX i }t||� | �d|d � d S )Nu # coding: Latin-1
u = "Ç"
zLatin-1z<dummy>�execz&compile() cannot handle Latin-1 source� �u)r �compiler r r r )r Zsource_code�code�nsr r r �test_latin1 s
zBuiltinCompileTests.test_latin1N)r r r r r r r r r s r �__main__)ZunittestZTestCaser r r �mainr r r r �<module> s