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
Accelerator
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 }}
wrongnull
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
typeobject.c
on
patch-2
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 20, 2023
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Show description for a99eb5c
zooba
authored
a99eb5c
View commit details
Copy full SHA for a99eb5c
View code at this point
Browse repository at this point
Commits on Feb 18, 2023
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
nickovs
authored
128379b
View commit details
Copy full SHA for 128379b
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)
kumaraditya303
authored
d9de079
View commit details
Copy full SHA for d9de079
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954)
Show description for c549fcc
nascheme
authored
c549fcc
View commit details
Copy full SHA for c549fcc
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
GH-100126: Skip incomplete frames in more places (GH-100613)
brandtbucher
authored
61762b9
View commit details
Copy full SHA for 61762b9
View code at this point
Browse repository at this point
Commits on Jan 4, 2023
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
markshannon
authored
15aecf8
View commit details
Copy full SHA for 15aecf8
View code at this point
Browse repository at this point
Commits on Jan 1, 2023
gh-87980: Fix the error message for disallowed __weakref__ slots (#25362)
Show description for ba1342c
geryogam
authored
ba1342c
View commit details
Copy full SHA for ba1342c
View code at this point
Browse repository at this point
Commits on Dec 23, 2022
gh-92216: improve performance of `hasattr` for type objects (GH-99979)
eendebakpt
authored
7fc7909
View commit details
Copy full SHA for 7fc7909
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
Move stats for the method cache into the `Py_STAT` machinery (GH-100255)
markshannon
authored
48e352a
View commit details
Copy full SHA for 48e352a
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
GH-100000: Cleanup and polish various watchers code (GH-99998)
Show description for ae83c78
itamaro
authored
ae83c78
View commit details
Copy full SHA for ae83c78
View code at this point
Browse repository at this point
Commits on Nov 29, 2022
gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)
Show description for 4246fe9
vstinner
authored
4246fe9
View commit details
Copy full SHA for 4246fe9
View code at this point
Browse repository at this point
Commits on Nov 26, 2022
gh-89682: [doc] reword docstring of __contains__ to clarify that it returns a bool (GH-29043)
ivanistheone
authored
25bc115
View commit details
Copy full SHA for 25bc115
View code at this point
Browse repository at this point
Commits on Nov 25, 2022
gh-98724: Fix warnings on Py_SETREF() usage (#99781)
Show description for 5556d3e
vstinner
authored
5556d3e
View commit details
Copy full SHA for 5556d3e
View code at this point
Browse repository at this point
Commits on Nov 23, 2022
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Show description for 81f7359
vstinner
authored
81f7359
View commit details
Copy full SHA for 81f7359
View code at this point
Browse repository at this point
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99657)
Show description for 135ec7c
vstinner
authored
135ec7c
View commit details
Copy full SHA for 135ec7c
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Show description for 9db1e17
ericsnowcurrently
authored
9db1e17
View commit details
Copy full SHA for 9db1e17
View code at this point
Browse repository at this point
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Show description for 8211cf5
vstinner
authored
8211cf5
View commit details
Copy full SHA for 8211cf5
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Show description for a088290
ericsnowcurrently
authored
a088290
View commit details
Copy full SHA for a088290
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Show description for 1960eb0
vstinner
authored
1960eb0
View commit details
Copy full SHA for 1960eb0
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
gh-98284: better error message for undefined abstractmethod (#97971)
kaushikcfd
authored
67ade40
View commit details
Copy full SHA for 67ade40
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
carljm
authored
82ccbf6
View commit details
Copy full SHA for 82ccbf6
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
gh-96526: Clarify format and __format__ docstrings (gh-96648)
mikez
authored
07b8e85
View commit details
Copy full SHA for 07b8e85
View code at this point
Browse repository at this point
Commits on Sep 7, 2022
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
kumaraditya303
authored
4e4bfff
View commit details
Copy full SHA for 4e4bfff
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
tiran
authored
53e6a9a
View commit details
Copy full SHA for 53e6a9a
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
gh-96017: Fix some compiler warnings (GH-96018)
Show description for d9c1b74
tiran
authored
d9c1b74
View commit details
Copy full SHA for d9c1b74
View code at this point
Browse repository at this point
Commits on Aug 17, 2022
GH-95589: Dont crash when subclassing extension classes with multiple inheritance (GH-96028)
Show description for b73e3b6
markshannon
authored
b73e3b6
View commit details
Copy full SHA for b73e3b6
View code at this point
Browse repository at this point
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Fidget-Spinner
authored
7276ca2
View commit details
Copy full SHA for 7276ca2
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
GH-95245: Move weakreflist into the pre-header. (GH-95996)
markshannon
authored
5a8c158
View commit details
Copy full SHA for 5a8c158
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Show description for 3ef3c63
markshannon
authored
3ef3c63
View commit details
Copy full SHA for 3ef3c63
View code at this point
Browse repository at this point
Commits on Aug 14, 2022
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh-95978)
kumaraditya303
authored
f2afdf3
View commit details
Copy full SHA for f2afdf3
View code at this point
Browse repository at this point
Commits on Aug 8, 2022
docs: Fix a few typos (#94899)
Show description for 32b49f6
timgates42
authored
32b49f6
View commit details
Copy full SHA for 32b49f6
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
ericsnowcurrently
authored
87154d8
View commit details
Copy full SHA for 87154d8
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
gh-94673: Recover Weaklist Lookup Performance (gh-95544)
Show description for bdbadb9
ericsnowcurrently
authored
bdbadb9
View commit details
Copy full SHA for bdbadb9
View code at this point
Browse repository at this point
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#95437)
encukou
authored
7b370b7
View commit details
Copy full SHA for 7b370b7
View code at this point
Browse repository at this point
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
encukou
authored
a613fed
View commit details
Copy full SHA for a613fed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.