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 }}
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.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
funcobject.h
on
3.7
User selector
All users
All time
Commit history
Commits on Dec 15, 2017
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
serhiy-storchaka
authored
a5552f0
View commit details
Copy full SHA for a5552f0
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
bpo-32150: Expand tabs to spaces in C files. (#4583)
serhiy-storchaka
authored
598ceae
View commit details
Copy full SHA for 598ceae
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Add _PyObject_FastCallKeywords()
Show description for d873572
vstinner
committed
d873572
View commit details
Copy full SHA for d873572
View code at this point
Browse repository at this point
Commits on Aug 25, 2016
Issue #27830: Revert, remove _PyFunction_FastCallKeywords()
vstinner
committed
e90bdb1
View commit details
Copy full SHA for e90bdb1
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
Add _PyObject_FastCallKeywords()
Show description for 577e1f8
vstinner
committed
577e1f8
View commit details
Copy full SHA for 577e1f8
View code at this point
Browse repository at this point
Use Py_ssize_t type for number of arguments
Show description for 74319ae
vstinner
committed
74319ae
View commit details
Copy full SHA for 74319ae
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
_PyFunction_FastCallDict() supports keyword args
Show description for b900939
vstinner
committed
b900939
View commit details
Copy full SHA for b900939
View code at this point
Browse repository at this point
Commits on Aug 19, 2016
Add _PyObject_FastCall()
Show description for 9be7e7b
vstinner
committed
9be7e7b
View commit details
Copy full SHA for 9be7e7b
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
86a36b5
View commit details
Copy full SHA for 86a36b5
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
Merge branches/pep-0384.
loewis
committed
4d0d471
View commit details
Copy full SHA for 4d0d471
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
90aa764
View commit details
Copy full SHA for 90aa764
View code at this point
Browse repository at this point
Commits on Aug 25, 2007
Fix some comments
nnorwitz
committed
8ced961
View commit details
Copy full SHA for 8ced961
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 9f2e346
loewis
committed
9f2e346
View commit details
Copy full SHA for 9f2e346
View code at this point
Browse repository at this point
Commits on Dec 28, 2006
PEP 3107 - Function Annotations thanks to Tony Lownds
nnorwitz
committed
c150536
View commit details
Copy full SHA for c150536
View code at this point
Browse repository at this point
Commits on Oct 27, 2006
Jiwon Seo's PEP 3102 implementation.
Show description for 4f72a78
gvanrossum
committed
4f72a78
View commit details
Copy full SHA for 4f72a78
View code at this point
Browse repository at this point
Commits on Oct 28, 2004
Wrote down the invariants of some common objects whose structure is
Show description for 89a3946
arigo
committed
89a3946
View commit details
Copy full SHA for 89a3946
View code at this point
Browse repository at this point
Commits on Jan 31, 2003
Provide __module__ attributes for functions defined in C and Python.
Show description for 4f0dcc9
jeremyhylton
committed
4f0dcc9
View commit details
Copy full SHA for 4f0dcc9
View code at this point
Browse repository at this point
Commits on Aug 12, 2002
Excise DL_EXPORT from Include.
Show description for 91a681d
mhammond
committed
91a681d
View commit details
Copy full SHA for 91a681d
View code at this point
Browse repository at this point
Commits on Aug 2, 2001
Merge of descr-branch back into trunk.
tim-one
committed
6d6c1a3
View commit details
Copy full SHA for 6d6c1a3
View code at this point
Browse repository at this point
Commits on Mar 23, 2001
Add the necessary field for weak reference support to the function and
Show description for 6a1c87d
freddrake
committed
6a1c87d
View commit details
Copy full SHA for 6a1c87d
View code at this point
Browse repository at this point
Commits on Jan 25, 2001
PEP 227 implementation
Show description for 64949cb
jeremyhylton
committed
64949cb
View commit details
Copy full SHA for 64949cb
View code at this point
Browse repository at this point
Commits on Jan 15, 2001
Committing PEP 232, function attribute feature, approved by Guido.
Show description for d6a9e84
warsaw
committed
d6a9e84
View commit details
Copy full SHA for d6a9e84
View code at this point
Browse repository at this point
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for 8586991
gvanrossum
committed
8586991
View commit details
Copy full SHA for 8586991
View code at this point
Browse repository at this point
Commits on Jul 9, 2000
ANSI-fication and Py_PROTO extermination.
freddrake
committed
ea9cb5a
View commit details
Copy full SHA for ea9cb5a
View code at this point
Browse repository at this point
Commits on Jun 30, 2000
Change copyright notice - 2nd try.
gvanrossum
committed
ffcc381
View commit details
Copy full SHA for ffcc381
View code at this point
Browse repository at this point
Change copyright notice.
gvanrossum
committed
fd71b9e
View commit details
Copy full SHA for fd71b9e
View code at this point
Browse repository at this point
Commits on Dec 4, 1998
Add DL_IMPORT(returntype) for all officially exported functions.
gvanrossum
committed
43466ec
View commit details
Copy full SHA for 43466ec
View code at this point
Browse repository at this point
Commits on Jul 10, 1998
Add macros for direct access to the members of CFunction objects.
gvanrossum
committed
ba0d061
View commit details
Copy full SHA for ba0d061
View code at this point
Browse repository at this point
Commits on Oct 25, 1996
New permission notice, includes CNRI.
gvanrossum
committed
d266eb4
View commit details
Copy full SHA for d266eb4
View code at this point
Browse repository at this point
Commits on Jul 18, 1995
keyword arguments and faster function calls
gvanrossum
committed
884afd6
View commit details
Copy full SHA for 884afd6
View code at this point
Browse repository at this point
Commits on Feb 27, 1995
make the type a parameter of the DL_IMPORT macro, for Borland C
gvanrossum
committed
051ab12
View commit details
Copy full SHA for 051ab12
View code at this point
Browse repository at this point
Commits on Jan 17, 1995
new names for lots of new functions
gvanrossum
committed
9381782
View commit details
Copy full SHA for 9381782
View code at this point
Browse repository at this point
Commits on Jan 12, 1995
The great renaming, phase two: all header files have been updated to
Show description for caa6380
gvanrossum
committed
caa6380
View commit details
Copy full SHA for caa6380
View code at this point
Browse repository at this point
Commits on Jan 7, 1995
added func_doc
gvanrossum
committed
0908bac
View commit details
Copy full SHA for 0908bac
View code at this point
Browse repository at this point
Commits on Jan 4, 1995
Added 1995 copyright.
Show description for 5799b52
gvanrossum
committed
5799b52
View commit details
Copy full SHA for 5799b52
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.