�
ZQd6 � � � d Z ddlZddlZddlZddlZddlZddlZddlmZ ddl m
Z
ddlmZ
mZmZmZmZmZmZmZmZmZmZmZm Z m!Z!m"Z"m#Z#m$Z$m%Z%m&Z& e$� � Z' ej( de)d� � � dd
�Z ee!d�� � Z* eee'� � Z eee'� � Z+dd
�Z,dZ- esej. Z-n# e/$ r Y nw xY wd� Z0d� Z1dd�Z2dd�Z3dS )a� Provide access to Python's configuration information. The specific
configuration variables available depend heavily on the platform and
configuration. The values may be retrieved using
get_config_var(name), and the list of variables is available via
get_config_vars().keys(). Additional convenience functions are also
available.
Written by: Fred L. Drake, Jr.
Email: <fdrake@acm.org>
� N)�partial� )�DistutilsPlatformError)�_PREFIX�_BASE_PREFIX�_EXEC_PREFIX�_BASE_EXEC_PREFIX�
_PROJECT_BASE�
_PYTHON_BUILD�_init_posix�parse_config_h�_init_non_posix�_variable_rx�_findvar1_rx�_findvar2_rx�expand_makefile_vars�is_python_build�get_config_h_filename�get_config_var�get_config_vars�get_makefile_filename�get_python_versionzCThe distutils.sysconfig module is deprecated, use sysconfig instead� )�
stacklevelc �$ � t | |�� � S )N)�vars)�sysconfig_parse_config_h)�fp�gs �*/usr/lib/python3.11/distutils/sysconfig.pyr
r
> |