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.6k
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
[WIP, DO NOT MERGE] bpo-41188: Prepare CPython for opague PyObject structure.
- #21262
#21262
Closed
WildCard65
wants to merge 6 commits into
python:master
python/cpython:master
from
WildCard65:bpo-39573
WildCard65/cpython:bpo-39573
Copy head branch name to clipboard
Conversation
Commits
6
(6)
Checks
Files changed
Closed
[WIP, DO NOT MERGE] bpo-41188: Prepare CPython for opague PyObject structure.
#21262
WildCard65
wants to merge 6 commits into
python:master
python/cpython:master
from
WildCard65:bpo-39573
WildCard65/cpython:bpo-39573
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2020
Added new type member 'tp_obj_offset'.
Show description for 3d5826b
WildCard65
committed
3d5826b
View commit details
Copy full SHA for 3d5826b
Browse repository at this point
Added static library "slib_pythoncore" to act as a medium between CPython's internals and external users.
Show description for ff05339
WildCard65
committed
ff05339
View commit details
Copy full SHA for ff05339
Browse repository at this point
Commits on Jul 2, 2020
Added basic implementation of "Py_TPFLAGS_OMIT_PYOBJECT_SIZE".
WildCard65
committed
8aa000e
View commit details
Copy full SHA for 8aa000e
Browse repository at this point
Fixed GCC error
WildCard65
committed
8774b02
View commit details
Copy full SHA for 8774b02
Browse repository at this point
Add forgotten member documentation.
WildCard65
committed
da3b98a
View commit details
Copy full SHA for da3b98a
Browse repository at this point
Trick PyObject into believing it's an opaque type.
WildCard65
committed
686d657
View commit details
Copy full SHA for 686d657
Browse repository at this point
You can’t perform that action at this time.