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/typeslots.h at pythoncapi · pythoncapi/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
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
pythoncapi
Breadcrumbs
cpython
/
Include
/
typeslots.h
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
85 lines (85 loc) · 2.2 KB
pythoncapi
Breadcrumbs
cpython
/
Include
/
typeslots.h
Copy path
Top
File metadata and controls
Code
Blame
85 lines (85 loc) · 2.2 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
/* 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
#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
#if
!defined(
Py_LIMITED_API
)
||
Py_LIMITED_API
+
0
>=
0x03050000
/* New in 3.5 */
#define
Py_tp_finalize
80
#endif
You can’t perform that action at this time.