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 }}
xiaolanpython
/
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
3.2
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 19, 2013
#7963: fix error message when 'object' called with arguments.
Show description for 6b30759
bitdancer
committed
6b30759
View commit details
Copy full SHA for 6b30759
View code at this point
Browse repository at this point
Commits on Sep 19, 2012
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
Show description for ab02db2
tpn
committed
ab02db2
View commit details
Copy full SHA for ab02db2
View code at this point
Browse repository at this point
Commits on Sep 10, 2012
Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_name returns NULL. CID 715371
tiran
committed
e81dc29
View commit details
Copy full SHA for e81dc29
View code at this point
Browse repository at this point
Fixed possible reference leak to mod when type_name() returns NULL
tiran
committed
a0e7e41
View commit details
Copy full SHA for a0e7e41
View code at this point
Browse repository at this point
Commits on Sep 5, 2012
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Show description for 56cd62c
pitrou
committed
56cd62c
View commit details
Copy full SHA for 56cd62c
View code at this point
Browse repository at this point
Commits on Aug 15, 2012
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Show description for 6f430e4
pitrou
committed
6f430e4
View commit details
Copy full SHA for 6f430e4
View code at this point
Browse repository at this point
Commits on Jun 23, 2012
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
pitrou
committed
99cc629
View commit details
Copy full SHA for 99cc629
View code at this point
Browse repository at this point
Commits on May 14, 2012
Remove tab characters
pitrou
committed
a1433fe
View commit details
Copy full SHA for a1433fe
View code at this point
Browse repository at this point
Use size_t, not ssize_t (issue #14801).
pitrou
committed
682d94c
View commit details
Copy full SHA for 682d94c
View code at this point
Browse repository at this point
Commits on May 8, 2012
fix possible refleak (closes #14752)
benjaminp
committed
89a6e9a
View commit details
Copy full SHA for 89a6e9a
View code at this point
Browse repository at this point
Commits on Apr 24, 2012
don't use a slot wrapper from a different special method (closes #14658)
Show description for 7b16687
benjaminp
committed
7b16687
View commit details
Copy full SHA for 7b16687
View code at this point
Browse repository at this point
Commits on Apr 1, 2012
adjust formatting
benjaminp
committed
b6af60c
View commit details
Copy full SHA for b6af60c
View code at this point
Browse repository at this point
remove extraneous condition
benjaminp
committed
3471bb6
View commit details
Copy full SHA for 3471bb6
View code at this point
Browse repository at this point
be consistent with rest of function
benjaminp
committed
ab3c1c1
View commit details
Copy full SHA for ab3c1c1
View code at this point
Browse repository at this point
Commits on Mar 16, 2012
check to make sure the attribute is a string (#14334)
benjaminp
committed
16d84ac
View commit details
Copy full SHA for 16d84ac
View code at this point
Browse repository at this point
Commits on Mar 8, 2012
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
Show description for 52c4243
benjaminp
committed
52c4243
View commit details
Copy full SHA for 52c4243
View code at this point
Browse repository at this point
Commits on Jan 30, 2012
ready types returned from PyType_FromSpec
benjaminp
committed
2652d25
View commit details
Copy full SHA for 2652d25
View code at this point
Browse repository at this point
adjust declaration
benjaminp
committed
e28108c
View commit details
Copy full SHA for e28108c
View code at this point
Browse repository at this point
Commits on Dec 15, 2011
Fix the fix for issue #12149: it was incorrect, although it had the side
Show description for 2e87208
pitrou
committed
2e87208
View commit details
Copy full SHA for 2e87208
View code at this point
Browse repository at this point
Commits on Nov 11, 2011
Issue #13161: fix doc strings of __i*__ operators
eliben
committed
d3baae7
View commit details
Copy full SHA for d3baae7
View code at this point
Browse repository at this point
Commits on Oct 23, 2011
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
ncoghlan
committed
de31b19
View commit details
Copy full SHA for de31b19
View code at this point
Browse repository at this point
Commits on Aug 17, 2011
fix possible refleaks
benjaminp
committed
ae13c88
View commit details
Copy full SHA for ae13c88
View code at this point
Browse repository at this point
Commits on Jul 15, 2011
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Show description for ff35050
pitrou
committed
ff35050
View commit details
Copy full SHA for ff35050
View code at this point
Browse repository at this point
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Show description for 8cdc40e
pitrou
committed
8cdc40e
View commit details
Copy full SHA for 8cdc40e
View code at this point
Browse repository at this point
Commits on Jul 12, 2011
Issue #12149: Update the method cache after a type's dictionnary gets
Show description for 84f1b17
pitrou
committed
84f1b17
View commit details
Copy full SHA for 84f1b17
View code at this point
Browse repository at this point
Commits on May 24, 2011
merge 3.1
benjaminp
committed
17658a1
View commit details
Copy full SHA for 17658a1
View code at this point
Browse repository at this point
use '->' to indicate return values
benjaminp
committed
fbe56bb
View commit details
Copy full SHA for fbe56bb
View code at this point
Browse repository at this point
Commits on Mar 16, 2011
#11565: Merge with 3.1.
ezio-melotti
committed
3b3499b
View commit details
Copy full SHA for 3b3499b
View code at this point
Browse repository at this point
#11565: Fix several typos. Patch by Piotr Kasprzyk.
ezio-melotti
committed
1392500
View commit details
Copy full SHA for 1392500
View code at this point
Browse repository at this point
Commits on Feb 21, 2011
Merged revisions 88456 via svnmerge from
Show description for 7be5b78
loewis
committed
7be5b78
View commit details
Copy full SHA for 7be5b78
View code at this point
Browse repository at this point
Commits on Feb 19, 2011
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a static string literal which should not be deallocated together with the type.
birkenfeld
committed
032400b
View commit details
Copy full SHA for 032400b
View code at this point
Browse repository at this point
Commits on Feb 5, 2011
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Show description for 738236d
loewis
committed
738236d
View commit details
Copy full SHA for 738236d
View code at this point
Browse repository at this point
Commits on Jan 17, 2011
Merged revisions 88069 via svnmerge from
Show description for 32a8fe8
benjaminp
committed
32a8fe8
View commit details
Copy full SHA for 32a8fe8
View code at this point
Browse repository at this point
remove unneeded assertion
benjaminp
committed
37b9e46
View commit details
Copy full SHA for 37b9e46
View code at this point
Browse repository at this point
Merged revisions 88066 via svnmerge from
Show description for d82f45b
benjaminp
committed
d82f45b
View commit details
Copy full SHA for d82f45b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.