Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
setuptools
[ HOME ]
Exec
Submit
py31compat.pyc
� ґRec @ s d d l Z d d l Z d d g Z y d d l m Z m Z Wn0 e k rp d d l m Z m Z d � Z n Xy d d l m Z Wn? e k r� d d l Z d d l Z d e f d � � YZ n Xe j Z d e j d k o� d k n Z e rd � Z n d S( i����Nt get_config_varst get_path( R R ( R t get_python_libc C s+ | d k r t d � � n t | d k � S( Nt platlibt purelibs Name must be purelib or platlib( R R ( t ValueErrorR ( t name( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el9.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/py31compat.pyR s ( t TemporaryDirectoryR c B s) e Z d Z d � Z d � Z d � Z RS( s� Very simple temporary directory context manager. Will try to delete afterward, but will also ignore OS and similar errors on deletion. c C s d | _ t j � | _ d S( N( t NoneR t tempfilet mkdtemp( t self( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el9.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/py31compat.pyt __init__ s c C s | j S( N( R ( R ( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el9.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/py31compat.pyt __enter__$ s c C s8 y t j | j t � Wn t k r* n Xd | _ d S( N( t shutilt rmtreeR t Truet OSErrorR ( R t exctypet excvaluet exctrace( ( s� /builddir/build/BUILDROOT/alt-python27-setuptools-36.3.0-4.el9.x86_64/opt/alt/python27/lib/python2.7/site-packages/setuptools/py31compat.pyt __exit__'