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
Type
/
to 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 }}
pythonicca
/
cpython
Public
forked from
idobatter/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
funcobject.c
on
master
User selector
All users
All time
Commit history
Commits on Jan 3, 2017
Issue #28839: Optimize function_call()
Show description for 1f71b3e
vstinner
committed
1f71b3e
View commit details
Copy full SHA for 1f71b3e
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
serhiy-storchaka
committed
0bdd9e5
View commit details
Copy full SHA for 0bdd9e5
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
Issue #28139: Merge indentation fixes from 3.5 into 3.6
vadmium
committed
2b91639
View commit details
Copy full SHA for 2b91639
View code at this point
Browse repository at this point
Issue #28139: Fix messed up indentation
Show description for bdde7f3
vadmium
committed
bdde7f3
View commit details
Copy full SHA for bdde7f3
View code at this point
Browse repository at this point
Commits on Apr 10, 2016
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Show description for 81a7f46
serhiy-storchaka
committed
81a7f46
View commit details
Copy full SHA for 81a7f46
View code at this point
Browse repository at this point
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Show description for c634ea4
serhiy-storchaka
committed
c634ea4
View commit details
Copy full SHA for c634ea4
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
fa3fc6d
View commit details
Copy full SHA for fa3fc6d
View code at this point
Browse repository at this point
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
e1534c3
View commit details
Copy full SHA for e1534c3
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Issue #20440: Cleaning up the code by using Py_SETREF.
serhiy-storchaka
committed
dae090d
View commit details
Copy full SHA for dae090d
View code at this point
Browse repository at this point
Commits on Dec 24, 2015
Issue #20440: Massive replacing unsafe attribute setting code with special
Show description for 2bbdb47
serhiy-storchaka
committed
2bbdb47
View commit details
Copy full SHA for 2bbdb47
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Issue #18520: Fix PyFunction_NewWithQualName() error handling
vstinner
committed
681dc4a
View commit details
Copy full SHA for 681dc4a
View code at this point
Browse repository at this point
Reindent PyFunction_NewWithQualName()
vstinner
committed
fbb696f
View commit details
Copy full SHA for fbb696f
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
use new generic __dict__ descriptor implementations
benjaminp
committed
bcbfcc2
View commit details
Copy full SHA for bcbfcc2
View code at this point
Browse repository at this point
Commits on Feb 19, 2012
initialize __dict__ if needed
benjaminp
committed
558155d
View commit details
Copy full SHA for 558155d
View code at this point
Browse repository at this point
use defaults
benjaminp
committed
2092911
View commit details
Copy full SHA for 2092911
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
79ed709
View commit details
Copy full SHA for 79ed709
View code at this point
Browse repository at this point
use Py_CLEAR
benjaminp
committed
2ebad56
View commit details
Copy full SHA for 2ebad56
View code at this point
Browse repository at this point
allow arbitrary attributes on classmethod and staticmethod (closes #14051)
benjaminp
committed
c01affa
View commit details
Copy full SHA for c01affa
View code at this point
Browse repository at this point
Commits on Dec 15, 2011
improve abstract property support (closes #11610)
Show description for b964fcd
benjaminp
committed
b964fcd
View commit details
Copy full SHA for b964fcd
View code at this point
Browse repository at this point
Commits on Nov 25, 2011
PEP 3155 / issue #13448: Qualified name for classes and functions.
pitrou
committed
949c3f0
View commit details
Copy full SHA for 949c3f0
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
Merge branches/pep-0384.
loewis
committed
bbbb003
View commit details
Copy full SHA for bbbb003
View code at this point
Browse repository at this point
Commits on Nov 30, 2010
Remove redundant includes of headers that are already included by Python.h.
birkenfeld
committed
c16ad2e
View commit details
Copy full SHA for c16ad2e
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for 567b94a
pitrou
committed
567b94a
View commit details
Copy full SHA for 567b94a
View code at this point
Browse repository at this point
Commits on Mar 12, 2010
Issue #6697: use %U format instead of _PyUnicode_AsString(), because
Show description for 1fe05e9
Victor Stinner
committed
1fe05e9
View commit details
Copy full SHA for 1fe05e9
View code at this point
Browse repository at this point
Commits on Sep 11, 2009
Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from
Show description for 338dbac
benjaminp
committed
338dbac
View commit details
Copy full SHA for 338dbac
View code at this point
Browse repository at this point
Commits on Jun 28, 2009
Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
Show description for 4506d5b
benjaminp
committed
4506d5b
View commit details
Copy full SHA for 4506d5b
View code at this point
Browse repository at this point
Commits on May 29, 2009
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
rhettinger
committed
0827991
View commit details
Copy full SHA for 0827991
View code at this point
Browse repository at this point
Commits on Feb 2, 2009
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Show description for b9d6a16
mdickinson
committed
b9d6a16
View commit details
Copy full SHA for b9d6a16
View code at this point
Browse repository at this point
Commits on Aug 7, 2008
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Show description for 9474310
malemburg
committed
9474310
View commit details
Copy full SHA for 9474310
View code at this point
Browse repository at this point
Commits on Dec 19, 2007
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
tiran
committed
d87a72a
View commit details
Copy full SHA for d87a72a
View code at this point
Browse repository at this point
Commits on Nov 27, 2007
Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
Show description for fa2554d
tiran
committed
fa2554d
View commit details
Copy full SHA for fa2554d
View code at this point
Browse repository at this point
Commits on Nov 25, 2007
Patch from Georg Brandl and me for #1493
Show description for c3e496b
tiran
committed
c3e496b
View commit details
Copy full SHA for c3e496b
View code at this point
Browse repository at this point
Commits on Nov 17, 2007
Fixed some build issues and updated docs.
tiran
committed
f08ae91
View commit details
Copy full SHA for f08ae91
View code at this point
Browse repository at this point
Commits on Aug 26, 2007
Use unicode and stop supporting str8
nnorwitz
committed
df1ef25
View commit details
Copy full SHA for df1ef25
View code at this point
Browse repository at this point
Commits on Jul 21, 2007
Merged revisions 56467-56482 via svnmerge from
Show description for 7631d70
loewis
committed
7631d70
View commit details
Copy full SHA for 7631d70
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.