OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
setuptools
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/14/2024 03:17:31 PM
rwxr-xr-x
📄
__init__.cpython-311.pyc
11.61 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
_deprecation_warning.cpython-311.pyc
634 bytes
05/14/2024 03:17:31 PM
rw-r--r--
📄
_imp.cpython-311.pyc
3.3 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
archive_util.cpython-311.pyc
8.66 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
build_meta.cpython-311.pyc
13.98 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
config.cpython-311.pyc
27.48 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
dep_util.cpython-311.pyc
1.24 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
depends.cpython-311.pyc
7.69 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
dist.cpython-311.pyc
66.55 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
errors.cpython-311.pyc
962 bytes
05/14/2024 03:17:31 PM
rw-r--r--
📄
extension.cpython-311.pyc
2.79 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
glob.cpython-311.pyc
6.58 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
installer.cpython-311.pyc
7.55 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
launch.cpython-311.pyc
1.33 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
lib2to3_ex.cpython-311.pyc
3.81 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
monkey.cpython-311.pyc
7.35 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
msvc.cpython-311.pyc
59.52 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
namespaces.cpython-311.pyc
5.64 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
package_index.cpython-311.pyc
59.41 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
py27compat.cpython-311.pyc
2.62 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
py31compat.cpython-311.pyc
1.61 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
py33compat.cpython-311.pyc
2.25 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
py34compat.cpython-311.pyc
709 bytes
05/14/2024 03:17:31 PM
rw-r--r--
📄
sandbox.cpython-311.pyc
26.97 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
site-patch.cpython-311.pyc
2.93 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
ssl_support.cpython-311.pyc
11.78 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
unicode_utils.cpython-311.pyc
1.87 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
version.cpython-311.pyc
429 bytes
05/14/2024 03:17:31 PM
rw-r--r--
📄
wheel.cpython-311.pyc
15.02 KB
05/14/2024 03:17:31 PM
rw-r--r--
📄
windows_support.cpython-311.pyc
1.42 KB
05/14/2024 03:17:31 PM
rw-r--r--
Editing: extension.cpython-311.pyc
Close
� ��Cf� � � � d dl Z d dlZd dlZd dlZd dlZd dlmZ ddlm Z d� Z e Z e ej j � � Z G d� de� � Z G d� d e � � ZdS ) � N)�map� )� get_unpatchedc �^ � d} t | dg�� � j dS # t $ r Y nw xY wdS )z0 Return True if Cython can be imported. zCython.Distutils.build_ext� build_ext)�fromlistTF)� __import__r � Exception)�cython_impls �G/opt/alt/python311/lib/python3.11/site-packages/setuptools/extension.py�_have_cythonr sP � � /�K� ��;�+��7�7�7�A�A��t��� � � ��� �����5s � � *�*c � � e Zd ZdZd� Zd� ZdS )� Extensionz7Extension that uses '.c' files in place of '.pyx' filesc �j � |� dd� � | _ t j | ||g|�R i |�� d S )N�py_limited_apiF)�popr � _Extension�__init__)�self�name�sources�args�kws r r zExtension.__init__# sF � � !�f�f�%5�u�=�=�����D�$��=�$�=�=�=�"�=�=�=�=�=� c � � t � � rdS | j pd}|� � � dk rdnd}t j t j d|� � }t t || j � � � � | _ dS )z� Replace sources with .pyx extensions to sources with the target language extension. This mechanism allows language authors to supply pre-converted sources but to prefer the .pyx sources. N� zc++z.cppz.cz.pyx$) r �language�lower� functools�partial�re�sub�listr r )r �lang� target_extr"