Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
cpython/Include/slots_generated.h at main · python/cpython · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.4k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
main
Breadcrumbs
cpython
/
Include
/
slots_generated.h
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
121 lines (117 loc) · 3.28 KB
main
Breadcrumbs
cpython
/
Include
/
slots_generated.h
Copy path
Top
File metadata and controls
Code
Blame
121 lines (117 loc) · 3.28 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/* Generated by Tools/build/generate_slots.py */
#ifndef
_PY_HAVE_SLOTS_GENERATED_H
#define
_PY_HAVE_SLOTS_GENERATED_H
#if
!defined(
Py_LIMITED_API
)
||
Py_LIMITED_API
+
0
>=
_Py_PACK_VERSION
(
3
,
15
)
#define
_Py_SLOT_COMPAT_VALUE
(
OLD
,
NEW
) NEW
#else
#define
_Py_SLOT_COMPAT_VALUE
(
OLD
,
NEW
) OLD
#endif
#define
Py_slot_end
0
#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
#define
Py_nb_matrix_multiply
75
#define
Py_nb_inplace_matrix_multiply
76
#define
Py_am_await
77
#define
Py_am_aiter
78
#define
Py_am_anext
79
#define
Py_tp_finalize
80
#define
Py_am_send
81
#define
Py_tp_vectorcall
82
#define
Py_tp_token
83
#define
Py_mod_create
_Py_SLOT_COMPAT_VALUE(1, 84)
#define
Py_mod_exec
_Py_SLOT_COMPAT_VALUE(2, 85)
#define
Py_mod_multiple_interpreters
_Py_SLOT_COMPAT_VALUE(3, 86)
#define
Py_mod_gil
_Py_SLOT_COMPAT_VALUE(4, 87)
#define
Py_bf_getbuffer
_Py_SLOT_COMPAT_VALUE(1, 88)
#define
Py_bf_releasebuffer
_Py_SLOT_COMPAT_VALUE(2, 89)
#define
Py_mp_ass_subscript
_Py_SLOT_COMPAT_VALUE(3, 90)
#define
Py_mp_length
_Py_SLOT_COMPAT_VALUE(4, 91)
#define
Py_slot_subslots
92
#define
Py_tp_slots
93
#define
Py_mod_slots
94
#define
Py_tp_name
95
#define
Py_tp_basicsize
96
#define
Py_tp_extra_basicsize
97
#define
Py_tp_itemsize
98
#define
Py_tp_flags
99
#define
Py_mod_name
100
#define
Py_mod_doc
101
#define
Py_mod_state_size
102
#define
Py_mod_methods
103
#define
Py_mod_state_traverse
104
#define
Py_mod_state_clear
105
#define
Py_mod_state_free
106
#define
Py_tp_metaclass
107
#define
Py_tp_module
108
#define
Py_mod_abi
109
#define
Py_mod_token
110
#define
_Py_slot_COUNT
111
#endif
/* _PY_HAVE_SLOTS_GENERATED_H */
You can’t perform that action at this time.