PyConfig Struct Reference

#include <initconfig.h>

Public Attributes

int _config_init
 
int isolated
 
int use_environment
 
int dev_mode
 
int install_signal_handlers
 
int use_hash_seed
 
unsigned long hash_seed
 
int faulthandler
 
int _use_peg_parser
 
int tracemalloc
 
int import_time
 
int show_ref_count
 
int dump_refs
 
int malloc_stats
 
wchar_t * filesystem_encoding
 
wchar_t * filesystem_errors
 
wchar_t * pycache_prefix
 
int parse_argv
 
PyWideStringList argv
 
wchar_t * program_name
 
PyWideStringList xoptions
 
PyWideStringList warnoptions
 
int site_import
 
int bytes_warning
 
int inspect
 
int interactive
 
int optimization_level
 
int parser_debug
 
int write_bytecode
 
int verbose
 
int quiet
 
int user_site_directory
 
int configure_c_stdio
 
int buffered_stdio
 
wchar_t * stdio_encoding
 
wchar_t * stdio_errors
 
wchar_t * check_hash_pycs_mode
 
int pathconfig_warnings
 
wchar_t * pythonpath_env
 
wchar_t * home
 
int module_search_paths_set
 
PyWideStringList module_search_paths
 
wchar_t * executable
 
wchar_t * base_executable
 
wchar_t * prefix
 
wchar_t * base_prefix
 
wchar_t * exec_prefix
 
wchar_t * base_exec_prefix
 
wchar_t * platlibdir
 
int skip_source_first_line
 
wchar_t * run_command
 
wchar_t * run_module
 
wchar_t * run_filename
 
int _install_importlib
 
int _init_main
 
int _isolated_interpreter
 
PyWideStringList _orig_argv
 

Member Data Documentation

◆ _config_init

int _config_init

◆ isolated

int isolated

◆ use_environment

int use_environment

◆ dev_mode

int dev_mode

◆ install_signal_handlers

int install_signal_handlers

◆ use_hash_seed

int use_hash_seed

◆ hash_seed

unsigned long hash_seed

◆ faulthandler

int faulthandler

◆ _use_peg_parser

int _use_peg_parser

◆ tracemalloc

int tracemalloc

◆ import_time

int import_time

◆ show_ref_count

int show_ref_count

◆ dump_refs

int dump_refs

◆ malloc_stats

int malloc_stats

◆ filesystem_encoding

wchar_t* filesystem_encoding

◆ filesystem_errors

wchar_t* filesystem_errors

◆ pycache_prefix

wchar_t* pycache_prefix

◆ parse_argv

int parse_argv

◆ argv

◆ program_name

wchar_t* program_name

◆ xoptions

PyWideStringList xoptions

◆ warnoptions

PyWideStringList warnoptions

◆ site_import

int site_import

◆ bytes_warning

int bytes_warning

◆ inspect

int inspect

◆ interactive

int interactive

◆ optimization_level

int optimization_level

◆ parser_debug

int parser_debug

◆ write_bytecode

int write_bytecode

◆ verbose

int verbose

◆ quiet

int quiet

◆ user_site_directory

int user_site_directory

◆ configure_c_stdio

int configure_c_stdio

◆ buffered_stdio

int buffered_stdio

◆ stdio_encoding

wchar_t* stdio_encoding

◆ stdio_errors

wchar_t* stdio_errors

◆ check_hash_pycs_mode

wchar_t* check_hash_pycs_mode

◆ pathconfig_warnings

int pathconfig_warnings

◆ pythonpath_env

wchar_t* pythonpath_env

◆ home

wchar_t* home

◆ module_search_paths_set

int module_search_paths_set

◆ module_search_paths

PyWideStringList module_search_paths

◆ executable

wchar_t* executable

◆ base_executable

wchar_t* base_executable

◆ prefix

wchar_t* prefix

◆ base_prefix

wchar_t* base_prefix

◆ exec_prefix

wchar_t* exec_prefix

◆ base_exec_prefix

wchar_t* base_exec_prefix

◆ platlibdir

wchar_t* platlibdir

◆ skip_source_first_line

int skip_source_first_line

◆ run_command

wchar_t* run_command

◆ run_module

wchar_t* run_module

◆ run_filename

wchar_t* run_filename

◆ _install_importlib

int _install_importlib

◆ _init_main

int _init_main

◆ _isolated_interpreter

int _isolated_interpreter

◆ _orig_argv

PyWideStringList _orig_argv