/
opt
/
alt
/
python37
/
include
/
python3.7m
/
/opt/alt/python37/include/python3.7m
mkdir
upload
Name
Size
Mode
Actions
internal/
-
0755
rm
abstract.h
40798
0644
edit
dl
rm
accu.h
1016
0644
edit
dl
rm
asdl.h
1213
0644
edit
dl
rm
ast.h
641
0644
edit
dl
rm
bitset.h
810
0644
edit
dl
rm
bltinmodule.h
264
0644
edit
dl
rm
boolobject.h
886
0644
edit
dl
rm
bytearrayobject.h
2114
0644
edit
dl
rm
bytesobject.h
8493
0644
edit
dl
rm
bytes_methods.h
3301
0644
edit
dl
rm
cellobject.h
713
0644
edit
dl
rm
ceval.h
8717
0644
edit
dl
rm
classobject.h
1679
0644
edit
dl
rm
code.h
6065
0644
edit
dl
rm
codecs.h
6793
0644
edit
dl
rm
compile.h
2946
0644
edit
dl
rm
complexobject.h
1807
0644
edit
dl
rm
context.h
2014
0644
edit
dl
rm
datetime.h
9848
0644
edit
dl
rm
descrobject.h
3135
0644
edit
dl
rm
dictobject.h
7323
0644
edit
dl
rm
dtoa.h
458
0644
edit
dl
rm
dynamic_annotations.h
22469
0644
edit
dl
rm
enumobject.h
253
0644
edit
dl
rm
errcode.h
1695
0644
edit
dl
rm
eval.h
1209
0644
edit
dl
rm
fileobject.h
1811
0644
edit
dl
rm
fileutils.h
4534
0644
edit
dl
rm
floatobject.h
4794
0644
edit
dl
rm
frameobject.h
3318
0644
edit
dl
rm
funcobject.h
4178
0644
edit
dl
rm
genobject.h
3646
0644
edit
dl
rm
graminit.h
1992
0644
edit
dl
rm
grammar.h
2319
0644
edit
dl
rm
import.h
4977
0644
edit
dl
rm
intrcheck.h
861
0644
edit
dl
rm
iterobject.h
567
0644
edit
dl
rm
listobject.h
2927
0644
edit
dl
rm
longintrepr.h
3799
0644
edit
dl
rm
longobject.h
8594
0644
edit
dl
rm
marshal.h
803
0644
edit
dl
rm
memoryobject.h
2765
0644
edit
dl
rm
metagrammar.h
253
0644
edit
dl
rm
methodobject.h
4519
0644
edit
dl
rm
modsupport.h
8559
0644
edit
dl
rm
moduleobject.h
2304
0644
edit
dl
rm
namespaceobject.h
349
0644
edit
dl
rm
node.h
1113
0644
edit
dl
rm
object.h
41842
0644
edit
dl
rm
objimpl.h
14474
0644
edit
dl
rm
odictobject.h
1280
0644
edit
dl
rm
opcode.h
5109
0644
edit
dl
rm
osdefs.h
691
0644
edit
dl
rm
osmodule.h
291
0644
edit
dl
rm
parsetok.h
2905
0644
edit
dl
rm
patchlevel.h
1299
0644
edit
dl
rm
pgen.h
253
0644
edit
dl
rm
pgenheaders.h
1222
0644
edit
dl
rm
pyarena.h
2744
0644
edit
dl
rm
pyatomic.h
16121
0644
edit
dl
rm
pycapsule.h
1726
0644
edit
dl
rm
pyconfig-64.h
45354
0644
edit
dl
rm
pyconfig.h
162
0644
edit
dl
rm
pyctype.h
1320
0644
edit
dl
rm
pydebug.h
1214
0644
edit
dl
rm
pydtrace.h
2285
0644
edit
dl
rm
pyerrors.h
17369
0644
edit
dl
rm
pyexpat.h
2450
0644
edit
dl
rm
pyfpe.h
341
0644
edit
dl
rm
pyhash.h
4139
0644
edit
dl
rm
pylifecycle.h
7780
0644
edit
dl
rm
pymacconfig.h
2989
0644
edit
dl
rm
pymacro.h
3535
0644
edit
dl
rm
pymath.h
8312
0644
edit
dl
rm
pymem.h
8993
0644
edit
dl
rm
pyport.h
28235
0644
edit
dl
rm
pystate.h
16324
0644
edit
dl
rm
pystrcmp.h
436
0644
edit
dl
rm
pystrhex.h
495
0644
edit
dl
rm
pystrtod.h
1483
0644
edit
dl
rm
Python-ast.h
21802
0644
edit
dl
rm
Python.h
3554
0644
edit
dl
rm
pythonrun.h
6204
0644
edit
dl
rm
pythread.h
5332
0644
edit
dl
rm
pytime.h
8926
0644
edit
dl
rm
py_curses.h
4062
0644
edit
dl
rm
rangeobject.h
629
0644
edit
dl
rm
setobject.h
3362
0644
edit
dl
rm
sliceobject.h
2480
0644
edit
dl
rm
structmember.h
2030
0644
edit
dl
rm
structseq.h
1377
0644
edit
dl
rm
symtable.h
4928
0644
edit
dl
rm
sysmodule.h
1511
0644
edit
dl
rm
token.h
2480
0644
edit
dl
rm
traceback.h
3644
0644
edit
dl
rm
tupleobject.h
2471
0644
edit
dl
rm
typeslots.h
2253
0644
edit
dl
rm
ucnhash.h
1056
0644
edit
dl
rm
unicodeobject.h
82278
0644
edit
dl
rm
warnings.h
1776
0644
edit
dl
rm
weakrefobject.h
2866
0644
edit
dl
rm
Edit:
/opt/alt/python37/include/python3.7m/pymacconfig.h
(2989B)
#ifndef PYMACCONFIG_H #define PYMACCONFIG_H /* * This file moves some of the autoconf magic to compile-time * when building on MacOSX. This is needed for building 4-way * universal binaries and for 64-bit universal binaries because * the values redefined below aren't configure-time constant but * only compile-time constant in these scenarios. */ #if defined(__APPLE__) # undef SIZEOF_LONG # undef SIZEOF_PTHREAD_T # undef SIZEOF_SIZE_T # undef SIZEOF_TIME_T # undef SIZEOF_VOID_P # undef SIZEOF__BOOL # undef SIZEOF_UINTPTR_T # undef SIZEOF_PTHREAD_T # undef WORDS_BIGENDIAN # undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 # undef DOUBLE_IS_BIG_ENDIAN_IEEE754 # undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 # undef HAVE_GCC_ASM_FOR_X87 # undef VA_LIST_IS_ARRAY # if defined(__LP64__) && defined(__x86_64__) # define VA_LIST_IS_ARRAY 1 # endif # undef HAVE_LARGEFILE_SUPPORT # ifndef __LP64__ # define HAVE_LARGEFILE_SUPPORT 1 # endif # undef SIZEOF_LONG # ifdef __LP64__ # define SIZEOF__BOOL 1 # define SIZEOF__BOOL 1 # define SIZEOF_LONG 8 # define SIZEOF_PTHREAD_T 8 # define SIZEOF_SIZE_T 8 # define SIZEOF_TIME_T 8 # define SIZEOF_VOID_P 8 # define SIZEOF_UINTPTR_T 8 # define SIZEOF_PTHREAD_T 8 # else # ifdef __ppc__ # define SIZEOF__BOOL 4 # else # define SIZEOF__BOOL 1 # endif # define SIZEOF_LONG 4 # define SIZEOF_PTHREAD_T 4 # define SIZEOF_SIZE_T 4 # define SIZEOF_TIME_T 4 # define SIZEOF_VOID_P 4 # define SIZEOF_UINTPTR_T 4 # define SIZEOF_PTHREAD_T 4 # endif # if defined(__LP64__) /* MacOSX 10.4 (the first release to support 64-bit code * at all) only supports 64-bit in the UNIX layer. * Therefore suppress the toolbox-glue in 64-bit mode. */ /* In 64-bit mode setpgrp always has no arguments, in 32-bit * mode that depends on the compilation environment */ # undef SETPGRP_HAVE_ARG # endif #ifdef __BIG_ENDIAN__ #define WORDS_BIGENDIAN 1 #define DOUBLE_IS_BIG_ENDIAN_IEEE754 #else #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 #endif /* __BIG_ENDIAN */ #ifdef __i386__ # define HAVE_GCC_ASM_FOR_X87 #endif /* * The definition in pyconfig.h is only valid on the OS release * where configure ran on and not necessarily for all systems where * the executable can be used on. * * Specifically: OSX 10.4 has limited supported for '%zd', while * 10.5 has full support for '%zd'. A binary built on 10.5 won't * work properly on 10.4 unless we suppress the definition * of PY_FORMAT_SIZE_T */ #undef PY_FORMAT_SIZE_T #endif /* defined(_APPLE__) */ #endif /* PYMACCONFIG_H */
Save
cmd:
run