/
opt
/
alt
/
python33
/
include
/
python3.3m
/
/opt/alt/python33/include/python3.3m
mkdir
upload
Name
Size
Mode
Actions
abstract.h
42607
0644
edit
dl
rm
accu.h
1016
0644
edit
dl
rm
asdl.h
1092
0644
edit
dl
rm
ast.h
344
0644
edit
dl
rm
bitset.h
792
0644
edit
dl
rm
bltinmodule.h
264
0644
edit
dl
rm
boolobject.h
886
0644
edit
dl
rm
bytearrayobject.h
2001
0644
edit
dl
rm
bytesobject.h
4891
0644
edit
dl
rm
bytes_methods.h
2025
0644
edit
dl
rm
cellobject.h
701
0644
edit
dl
rm
ceval.h
7194
0644
edit
dl
rm
classobject.h
1666
0644
edit
dl
rm
code.h
4227
0644
edit
dl
rm
codecs.h
6478
0644
edit
dl
rm
compile.h
1663
0644
edit
dl
rm
complexobject.h
1954
0644
edit
dl
rm
datetime.h
8542
0644
edit
dl
rm
descrobject.h
2913
0644
edit
dl
rm
dictobject.h
4972
0644
edit
dl
rm
dtoa.h
458
0644
edit
dl
rm
dynamic_annotations.h
22471
0644
edit
dl
rm
enumobject.h
253
0644
edit
dl
rm
errcode.h
1497
0644
edit
dl
rm
eval.h
597
0644
edit
dl
rm
fileobject.h
1767
0644
edit
dl
rm
fileutils.h
1086
0644
edit
dl
rm
floatobject.h
4641
0644
edit
dl
rm
frameobject.h
3372
0644
edit
dl
rm
funcobject.h
3771
0644
edit
dl
rm
genobject.h
1080
0644
edit
dl
rm
graminit.h
1873
0644
edit
dl
rm
grammar.h
2021
0644
edit
dl
rm
import.h
3883
0644
edit
dl
rm
intrcheck.h
460
0644
edit
dl
rm
iterobject.h
567
0644
edit
dl
rm
listobject.h
2834
0644
edit
dl
rm
longintrepr.h
3997
0644
edit
dl
rm
longobject.h
7733
0644
edit
dl
rm
marshal.h
743
0644
edit
dl
rm
memoryobject.h
2872
0644
edit
dl
rm
metagrammar.h
253
0644
edit
dl
rm
methodobject.h
3307
0644
edit
dl
rm
modsupport.h
4867
0644
edit
dl
rm
moduleobject.h
1565
0644
edit
dl
rm
namespaceobject.h
297
0644
edit
dl
rm
node.h
996
0644
edit
dl
rm
object.h
37978
0644
edit
dl
rm
objimpl.h
13389
0644
edit
dl
rm
opcode.h
5208
0644
edit
dl
rm
osdefs.h
986
0644
edit
dl
rm
parsetok.h
2283
0644
edit
dl
rm
patchlevel.h
1128
0644
edit
dl
rm
pgen.h
253
0644
edit
dl
rm
pgenheaders.h
1144
0644
edit
dl
rm
pyarena.h
2744
0644
edit
dl
rm
pyatomic.h
5944
0644
edit
dl
rm
pycapsule.h
1726
0644
edit
dl
rm
pyconfig-64.h
42431
0644
edit
dl
rm
pyconfig.h
162
0644
edit
dl
rm
pyctype.h
1320
0644
edit
dl
rm
pydebug.h
986
0644
edit
dl
rm
pyerrors.h
14685
0644
edit
dl
rm
pyexpat.h
2340
0644
edit
dl
rm
pyfpe.h
8489
0644
edit
dl
rm
pygetopt.h
388
0644
edit
dl
rm
pymacconfig.h
2988
0644
edit
dl
rm
pymacro.h
2685
0644
edit
dl
rm
pymath.h
6412
0644
edit
dl
rm
pymem.h
4698
0644
edit
dl
rm
pyport.h
31043
0644
edit
dl
rm
pystate.h
7757
0644
edit
dl
rm
pystrcmp.h
436
0644
edit
dl
rm
pystrtod.h
1276
0644
edit
dl
rm
Python-ast.h
19321
0644
edit
dl
rm
Python.h
2836
0644
edit
dl
rm
pythonrun.h
8997
0644
edit
dl
rm
pythread.h
3036
0644
edit
dl
rm
pytime.h
2706
0644
edit
dl
rm
py_curses.h
4175
0644
edit
dl
rm
rangeobject.h
629
0644
edit
dl
rm
setobject.h
3291
0644
edit
dl
rm
sliceobject.h
1380
0644
edit
dl
rm
structmember.h
2068
0644
edit
dl
rm
structseq.h
1217
0644
edit
dl
rm
symtable.h
4688
0644
edit
dl
rm
sysmodule.h
1111
0644
edit
dl
rm
token.h
1882
0644
edit
dl
rm
traceback.h
2145
0644
edit
dl
rm
tupleobject.h
2444
0644
edit
dl
rm
typeslots.h
1997
0644
edit
dl
rm
ucnhash.h
1057
0644
edit
dl
rm
unicodeobject.h
76194
0644
edit
dl
rm
warnings.h
953
0644
edit
dl
rm
weakrefobject.h
2866
0644
edit
dl
rm
Edit:
/opt/alt/python33/include/python3.3m/typeslots.h
(1997B)
/* Do not renumber the file; these numbers are part of the stable ABI. */ /* Disabled, see #10181 */ #undef Py_bf_getbuffer #undef Py_bf_releasebuffer #define Py_mp_ass_subscript 3 #define Py_mp_length 4 #define Py_mp_subscript 5 #define Py_nb_absolute 6 #define Py_nb_add 7 #define Py_nb_and 8 #define Py_nb_bool 9 #define Py_nb_divmod 10 #define Py_nb_float 11 #define Py_nb_floor_divide 12 #define Py_nb_index 13 #define Py_nb_inplace_add 14 #define Py_nb_inplace_and 15 #define Py_nb_inplace_floor_divide 16 #define Py_nb_inplace_lshift 17 #define Py_nb_inplace_multiply 18 #define Py_nb_inplace_or 19 #define Py_nb_inplace_power 20 #define Py_nb_inplace_remainder 21 #define Py_nb_inplace_rshift 22 #define Py_nb_inplace_subtract 23 #define Py_nb_inplace_true_divide 24 #define Py_nb_inplace_xor 25 #define Py_nb_int 26 #define Py_nb_invert 27 #define Py_nb_lshift 28 #define Py_nb_multiply 29 #define Py_nb_negative 30 #define Py_nb_or 31 #define Py_nb_positive 32 #define Py_nb_power 33 #define Py_nb_remainder 34 #define Py_nb_rshift 35 #define Py_nb_subtract 36 #define Py_nb_true_divide 37 #define Py_nb_xor 38 #define Py_sq_ass_item 39 #define Py_sq_concat 40 #define Py_sq_contains 41 #define Py_sq_inplace_concat 42 #define Py_sq_inplace_repeat 43 #define Py_sq_item 44 #define Py_sq_length 45 #define Py_sq_repeat 46 #define Py_tp_alloc 47 #define Py_tp_base 48 #define Py_tp_bases 49 #define Py_tp_call 50 #define Py_tp_clear 51 #define Py_tp_dealloc 52 #define Py_tp_del 53 #define Py_tp_descr_get 54 #define Py_tp_descr_set 55 #define Py_tp_doc 56 #define Py_tp_getattr 57 #define Py_tp_getattro 58 #define Py_tp_hash 59 #define Py_tp_init 60 #define Py_tp_is_gc 61 #define Py_tp_iter 62 #define Py_tp_iternext 63 #define Py_tp_methods 64 #define Py_tp_new 65 #define Py_tp_repr 66 #define Py_tp_richcompare 67 #define Py_tp_setattr 68 #define Py_tp_setattro 69 #define Py_tp_str 70 #define Py_tp_traverse 71 #define Py_tp_members 72 #define Py_tp_getset 73 #define Py_tp_free 74
Save
cmd:
run