GRAYBYTE WORDPRESS FILE MANAGER6140

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/python313/include/python3.13/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python313/include/python3.13//opcode_ids.h
// This file is generated by Tools/cases_generator/opcode_id_generator.py
// from:
//   Python/bytecodes.c
// Do not edit!

#ifndef Py_OPCODE_IDS_H
#define Py_OPCODE_IDS_H
#ifdef __cplusplus
extern "C" {
#endif

/* Instruction opcodes for compiled code */
#define CACHE                                    0
#define BEFORE_ASYNC_WITH                        1
#define BEFORE_WITH                              2
#define BINARY_OP_INPLACE_ADD_UNICODE            3
#define BINARY_SLICE                             4
#define BINARY_SUBSCR                            5
#define CHECK_EG_MATCH                           6
#define CHECK_EXC_MATCH                          7
#define CLEANUP_THROW                            8
#define DELETE_SUBSCR                            9
#define END_ASYNC_FOR                           10
#define END_FOR                                 11
#define END_SEND                                12
#define EXIT_INIT_CHECK                         13
#define FORMAT_SIMPLE                           14
#define FORMAT_WITH_SPEC                        15
#define GET_AITER                               16
#define RESERVED                                17
#define GET_ANEXT                               18
#define GET_ITER                                19
#define GET_LEN                                 20
#define GET_YIELD_FROM_ITER                     21
#define INTERPRETER_EXIT                        22
#define LOAD_ASSERTION_ERROR                    23
#define LOAD_BUILD_CLASS                        24
#define LOAD_LOCALS                             25
#define MAKE_FUNCTION                           26
#define MATCH_KEYS                              27
#define MATCH_MAPPING                           28
#define MATCH_SEQUENCE                          29
#define NOP                                     30
#define POP_EXCEPT                              31
#define POP_TOP                                 32
#define PUSH_EXC_INFO                           33
#define PUSH_NULL                               34
#define RETURN_GENERATOR                        35
#define RETURN_VALUE                            36
#define SETUP_ANNOTATIONS                       37
#define STORE_SLICE                             38
#define STORE_SUBSCR                            39
#define TO_BOOL                                 40
#define UNARY_INVERT                            41
#define UNARY_NEGATIVE                          42
#define UNARY_NOT                               43
#define WITH_EXCEPT_START                       44
#define BINARY_OP                               45
#define BUILD_CONST_KEY_MAP                     46
#define BUILD_LIST                              47
#define BUILD_MAP                               48
#define BUILD_SET                               49
#define BUILD_SLICE                             50
#define BUILD_STRING                            51
#define BUILD_TUPLE                             52
#define CALL                                    53
#define CALL_FUNCTION_EX                        54
#define CALL_INTRINSIC_1                        55
#define CALL_INTRINSIC_2                        56
#define CALL_KW                                 57
#define COMPARE_OP                              58
#define CONTAINS_OP                             59
#define CONVERT_VALUE                           60
#define COPY                                    61
#define COPY_FREE_VARS                          62
#define DELETE_ATTR                             63
#define DELETE_DEREF                            64
#define DELETE_FAST                             65
#define DELETE_GLOBAL                           66
#define DELETE_NAME                             67
#define DICT_MERGE                              68
#define DICT_UPDATE                             69
#define ENTER_EXECUTOR                          70
#define EXTENDED_ARG                            71
#define FOR_ITER                                72
#define GET_AWAITABLE                           73
#define IMPORT_FROM                             74
#define IMPORT_NAME                             75
#define IS_OP                                   76
#define JUMP_BACKWARD                           77
#define JUMP_BACKWARD_NO_INTERRUPT              78
#define JUMP_FORWARD                            79
#define LIST_APPEND                             80
#define LIST_EXTEND                             81
#define LOAD_ATTR                               82
#define LOAD_CONST                              83
#define LOAD_DEREF                              84
#define LOAD_FAST                               85
#define LOAD_FAST_AND_CLEAR                     86
#define LOAD_FAST_CHECK                         87
#define LOAD_FAST_LOAD_FAST                     88
#define LOAD_FROM_DICT_OR_DEREF                 89
#define LOAD_FROM_DICT_OR_GLOBALS               90
#define LOAD_GLOBAL                             91
#define LOAD_NAME                               92
#define LOAD_SUPER_ATTR                         93
#define MAKE_CELL                               94
#define MAP_ADD                                 95
#define MATCH_CLASS                             96
#define POP_JUMP_IF_FALSE                       97
#define POP_JUMP_IF_NONE                        98
#define POP_JUMP_IF_NOT_NONE                    99
#define POP_JUMP_IF_TRUE                       100
#define RAISE_VARARGS                          101
#define RERAISE                                102
#define RETURN_CONST                           103
#define SEND                                   104
#define SET_ADD                                105
#define SET_FUNCTION_ATTRIBUTE                 106
#define SET_UPDATE                             107
#define STORE_ATTR                             108
#define STORE_DEREF                            109
#define STORE_FAST                             110
#define STORE_FAST_LOAD_FAST                   111
#define STORE_FAST_STORE_FAST                  112
#define STORE_GLOBAL                           113
#define STORE_NAME                             114
#define SWAP                                   115
#define UNPACK_EX                              116
#define UNPACK_SEQUENCE                        117
#define YIELD_VALUE                            118
#define RESUME                                 149
#define BINARY_OP_ADD_FLOAT                    150
#define BINARY_OP_ADD_INT                      151
#define BINARY_OP_ADD_UNICODE                  152
#define BINARY_OP_MULTIPLY_FLOAT               153
#define BINARY_OP_MULTIPLY_INT                 154
#define BINARY_OP_SUBTRACT_FLOAT               155
#define BINARY_OP_SUBTRACT_INT                 156
#define BINARY_SUBSCR_DICT                     157
#define BINARY_SUBSCR_GETITEM                  158
#define BINARY_SUBSCR_LIST_INT                 159
#define BINARY_SUBSCR_STR_INT                  160
#define BINARY_SUBSCR_TUPLE_INT                161
#define CALL_ALLOC_AND_ENTER_INIT              162
#define CALL_BOUND_METHOD_EXACT_ARGS           163
#define CALL_BOUND_METHOD_GENERAL              164
#define CALL_BUILTIN_CLASS                     165
#define CALL_BUILTIN_FAST                      166
#define CALL_BUILTIN_FAST_WITH_KEYWORDS        167
#define CALL_BUILTIN_O                         168
#define CALL_ISINSTANCE                        169
#define CALL_LEN                               170
#define CALL_LIST_APPEND                       171
#define CALL_METHOD_DESCRIPTOR_FAST            172
#define CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS 173
#define CALL_METHOD_DESCRIPTOR_NOARGS          174
#define CALL_METHOD_DESCRIPTOR_O               175
#define CALL_NON_PY_GENERAL                    176
#define CALL_PY_EXACT_ARGS                     177
#define CALL_PY_GENERAL                        178
#define CALL_STR_1                             179
#define CALL_TUPLE_1                           180
#define CALL_TYPE_1                            181
#define COMPARE_OP_FLOAT                       182
#define COMPARE_OP_INT                         183
#define COMPARE_OP_STR                         184
#define CONTAINS_OP_DICT                       185
#define CONTAINS_OP_SET                        186
#define FOR_ITER_GEN                           187
#define FOR_ITER_LIST                          188
#define FOR_ITER_RANGE                         189
#define FOR_ITER_TUPLE                         190
#define LOAD_ATTR_CLASS                        191
#define LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN      192
#define LOAD_ATTR_INSTANCE_VALUE               193
#define LOAD_ATTR_METHOD_LAZY_DICT             194
#define LOAD_ATTR_METHOD_NO_DICT               195
#define LOAD_ATTR_METHOD_WITH_VALUES           196
#define LOAD_ATTR_MODULE                       197
#define LOAD_ATTR_NONDESCRIPTOR_NO_DICT        198
#define LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES    199
#define LOAD_ATTR_PROPERTY                     200
#define LOAD_ATTR_SLOT                         201
#define LOAD_ATTR_WITH_HINT                    202
#define LOAD_GLOBAL_BUILTIN                    203
#define LOAD_GLOBAL_MODULE                     204
#define LOAD_SUPER_ATTR_ATTR                   205
#define LOAD_SUPER_ATTR_METHOD                 206
#define RESUME_CHECK                           207
#define SEND_GEN                               208
#define STORE_ATTR_INSTANCE_VALUE              209
#define STORE_ATTR_SLOT                        210
#define STORE_ATTR_WITH_HINT                   211
#define STORE_SUBSCR_DICT                      212
#define STORE_SUBSCR_LIST_INT                  213
#define TO_BOOL_ALWAYS_TRUE                    214
#define TO_BOOL_BOOL                           215
#define TO_BOOL_INT                            216
#define TO_BOOL_LIST                           217
#define TO_BOOL_NONE                           218
#define TO_BOOL_STR                            219
#define UNPACK_SEQUENCE_LIST                   220
#define UNPACK_SEQUENCE_TUPLE                  221
#define UNPACK_SEQUENCE_TWO_TUPLE              222
#define INSTRUMENTED_RESUME                    236
#define INSTRUMENTED_END_FOR                   237
#define INSTRUMENTED_END_SEND                  238
#define INSTRUMENTED_RETURN_VALUE              239
#define INSTRUMENTED_RETURN_CONST              240
#define INSTRUMENTED_YIELD_VALUE               241
#define INSTRUMENTED_LOAD_SUPER_ATTR           242
#define INSTRUMENTED_FOR_ITER                  243
#define INSTRUMENTED_CALL                      244
#define INSTRUMENTED_CALL_KW                   245
#define INSTRUMENTED_CALL_FUNCTION_EX          246
#define INSTRUMENTED_INSTRUCTION               247
#define INSTRUMENTED_JUMP_FORWARD              248
#define INSTRUMENTED_JUMP_BACKWARD             249
#define INSTRUMENTED_POP_JUMP_IF_TRUE          250
#define INSTRUMENTED_POP_JUMP_IF_FALSE         251
#define INSTRUMENTED_POP_JUMP_IF_NONE          252
#define INSTRUMENTED_POP_JUMP_IF_NOT_NONE      253
#define INSTRUMENTED_LINE                      254
#define JUMP                                   256
#define JUMP_NO_INTERRUPT                      257
#define LOAD_CLOSURE                           258
#define LOAD_METHOD                            259
#define LOAD_SUPER_METHOD                      260
#define LOAD_ZERO_SUPER_ATTR                   261
#define LOAD_ZERO_SUPER_METHOD                 262
#define POP_BLOCK                              263
#define SETUP_CLEANUP                          264
#define SETUP_FINALLY                          265
#define SETUP_WITH                             266
#define STORE_FAST_MAYBE_NULL                  267

#define HAVE_ARGUMENT                           44
#define MIN_INSTRUMENTED_OPCODE                236

#ifdef __cplusplus
}
#endif
#endif /* !Py_OPCODE_IDS_H */

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 15 2025 09:39:57
root / root
0755
cpython
--
May 13 2025 08:38:47
root / linksafe
0755
internal
--
May 13 2025 08:38:47
root / linksafe
0755
Python.h
3.867 KB
April 08 2025 13:54:08
root / linksafe
0644
abstract.h
31.588 KB
April 08 2025 13:54:08
root / linksafe
0644
bltinmodule.h
0.258 KB
April 08 2025 13:54:08
root / linksafe
0644
boolobject.h
1.304 KB
April 08 2025 13:54:08
root / linksafe
0644
bytearrayobject.h
1.432 KB
April 08 2025 13:54:08
root / linksafe
0644
bytesobject.h
2.509 KB
April 08 2025 13:54:08
root / linksafe
0644
ceval.h
4.999 KB
April 08 2025 13:54:08
root / linksafe
0644
codecs.h
5.308 KB
April 08 2025 13:54:08
root / linksafe
0644
compile.h
0.438 KB
April 08 2025 13:54:08
root / linksafe
0644
complexobject.h
0.711 KB
April 08 2025 13:54:08
root / linksafe
0644
critical_section.h
0.307 KB
April 08 2025 13:54:08
root / linksafe
0644
datetime.h
9.54 KB
April 08 2025 13:54:08
root / linksafe
0644
descrobject.h
3.008 KB
April 08 2025 13:54:08
root / linksafe
0644
dictobject.h
4.278 KB
April 08 2025 13:54:08
root / linksafe
0644
dynamic_annotations.h
21.944 KB
April 08 2025 13:54:08
root / linksafe
0644
enumobject.h
0.247 KB
April 08 2025 13:54:08
root / linksafe
0644
errcode.h
1.928 KB
April 08 2025 13:54:08
root / linksafe
0644
exports.h
4.487 KB
April 08 2025 13:54:08
root / linksafe
0644
fileobject.h
1.325 KB
April 08 2025 13:54:08
root / linksafe
0644
fileutils.h
1.386 KB
April 08 2025 13:54:08
root / linksafe
0644
floatobject.h
1.496 KB
April 08 2025 13:54:08
root / linksafe
0644
frameobject.h
0.328 KB
April 08 2025 13:54:08
root / linksafe
0644
genericaliasobject.h
0.326 KB
April 08 2025 13:54:08
root / linksafe
0644
import.h
3.159 KB
April 08 2025 13:54:08
root / linksafe
0644
intrcheck.h
0.522 KB
April 08 2025 13:54:08
root / linksafe
0644
iterobject.h
0.513 KB
April 08 2025 13:54:08
root / linksafe
0644
listobject.h
1.873 KB
April 08 2025 13:54:08
root / linksafe
0644
lock.h
0.236 KB
April 08 2025 13:54:08
root / linksafe
0644
longobject.h
3.802 KB
April 08 2025 13:54:08
root / linksafe
0644
marshal.h
0.808 KB
April 08 2025 13:54:08
root / linksafe
0644
memoryobject.h
1.056 KB
April 08 2025 13:54:08
root / linksafe
0644
methodobject.h
5.215 KB
April 08 2025 13:54:08
root / linksafe
0644
modsupport.h
5.504 KB
April 08 2025 13:54:08
root / linksafe
0644
moduleobject.h
3.593 KB
April 08 2025 13:54:08
root / linksafe
0644
monitoring.h
0.323 KB
April 08 2025 13:54:08
root / linksafe
0644
object.h
46.328 KB
April 08 2025 13:54:08
root / linksafe
0644
objimpl.h
8.184 KB
April 08 2025 13:54:08
root / linksafe
0644
opcode.h
1.503 KB
April 08 2025 13:54:08
root / linksafe
0644
opcode_ids.h
11.567 KB
April 08 2025 13:54:08
root / linksafe
0644
osdefs.h
0.828 KB
April 08 2025 13:54:08
root / linksafe
0644
osmodule.h
0.284 KB
April 08 2025 13:54:08
root / linksafe
0644
patchlevel.h
1.269 KB
April 08 2025 13:54:08
root / linksafe
0644
py_curses.h
3.368 KB
April 08 2025 13:54:08
root / linksafe
0644
pyatomic.h
0.251 KB
April 08 2025 13:54:08
root / linksafe
0644
pybuffer.h
5.158 KB
April 08 2025 13:54:08
root / linksafe
0644
pycapsule.h
1.686 KB
April 08 2025 13:54:08
root / linksafe
0644
pyconfig-64.h
56.712 KB
April 25 2025 15:06:15
root / linksafe
0644
pyconfig.h
0.158 KB
April 25 2025 15:10:10
root / linksafe
0644
pydtrace.h
2.348 KB
April 08 2025 13:54:08
root / linksafe
0644
pyerrors.h
12.664 KB
April 08 2025 13:54:08
root / linksafe
0644
pyexpat.h
2.512 KB
April 08 2025 13:54:08
root / linksafe
0644
pyframe.h
0.538 KB
April 08 2025 13:54:08
root / linksafe
0644
pyhash.h
1.617 KB
April 08 2025 13:54:08
root / linksafe
0644
pylifecycle.h
2.355 KB
April 08 2025 13:54:08
root / linksafe
0644
pymacconfig.h
2.438 KB
April 08 2025 13:54:08
root / linksafe
0644
pymacro.h
7.183 KB
April 08 2025 13:54:08
root / linksafe
0644
pymath.h
1.648 KB
April 08 2025 13:54:08
root / linksafe
0644
pymem.h
4.334 KB
April 08 2025 13:54:08
root / linksafe
0644
pyport.h
19.146 KB
April 08 2025 13:54:08
root / linksafe
0644
pystate.h
4.525 KB
April 08 2025 13:54:08
root / linksafe
0644
pystats.h
0.582 KB
April 08 2025 13:54:08
root / linksafe
0644
pystrcmp.h
0.426 KB
April 08 2025 13:54:08
root / linksafe
0644
pystrtod.h
1.218 KB
April 08 2025 13:54:08
root / linksafe
0644
pythonrun.h
1.282 KB
April 08 2025 13:54:08
root / linksafe
0644
pythread.h
3.908 KB
April 08 2025 13:54:08
root / linksafe
0644
pytypedefs.h
0.831 KB
April 08 2025 13:54:08
root / linksafe
0644
rangeobject.h
0.615 KB
April 08 2025 13:54:08
root / linksafe
0644
setobject.h
1.521 KB
April 08 2025 13:54:08
root / linksafe
0644
sliceobject.h
2.6 KB
April 08 2025 13:54:08
root / linksafe
0644
structmember.h
1.606 KB
April 08 2025 13:54:08
root / linksafe
0644
structseq.h
1.277 KB
April 08 2025 13:54:08
root / linksafe
0644
sysmodule.h
1.222 KB
April 08 2025 13:54:08
root / linksafe
0644
traceback.h
0.571 KB
April 08 2025 13:54:08
root / linksafe
0644
tupleobject.h
1.577 KB
April 08 2025 13:54:08
root / linksafe
0644
typeslots.h
2.287 KB
April 08 2025 13:54:08
root / linksafe
0644
unicodeobject.h
34.591 KB
April 08 2025 13:54:08
root / linksafe
0644
warnings.h
1.103 KB
April 08 2025 13:54:08
root / linksafe
0644
weakrefobject.h
1.358 KB
April 08 2025 13:54:08
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF