| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.10/test/__pycache__/ |
Upload File : |
o
�9j� � @ s^ d dl Z d dlZd dlZd dlZd dlZd dlmZ d dlmZm Z d dlm
Z
d dlmZ d dlm
Z
d dlmZ zd dlZW n eyK dZY nw ze j W n ey\ dZY nw d Zzd dlZW n eyp dZY nw d Zd
d� Zdd
� Zdd� ZG dd� dej�ZG dd� de�ZG dd� de
jej�ZG dd� de�Ze dkr�e�!� dS dS )� N)�support)� os_helper�
is_emscripten)�
TestFailed)�FakePath)�test_genericpath)�
TemporaryFileFTc C sn t jddd�j}t jt jt jg|_t j|_|| d d�}|s&td�t � � ���t �
|�}|| ||�}|d |� S )N�kernel32T)�use_last_errorr z&failed to get short path name 0x{:08X})�ctypes�WinDLL�GetShortPathNameW� c_wchar_p�c_uint32�argtypes�restype�OSError�format�get_last_error�create_unicode_buffer)�path�GSPN�
result_len�result� r �'/usr/lib/python3.10/test/test_ntpath.py�_getshortpathname"