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 }}
parikpython
/
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
Include
tupleobject.h
on
3.7
User selector
All users
All time
Commit history
Commits on Dec 12, 2017
Fix small typo in tupleobject.h (#4801)
browncj
authored and
asvetlov
committed
e0720cd
View commit details
Copy full SHA for e0720cd
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751)
serhiy-storchaka
authored and
vstinner
committed
1a5856b
View commit details
Copy full SHA for 1a5856b
View code at this point
Browse repository at this point
Commits on Jun 22, 2012
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
davidmalcolm
committed
49526f4
View commit details
Copy full SHA for 49526f4
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 Mar 23, 2009
Merged revisions 70546 via svnmerge from
Show description for 3a652b1
pitrou
committed
3a652b1
View commit details
Copy full SHA for 3a652b1
View code at this point
Browse repository at this point
Commits on Feb 16, 2008
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,…
Show description for a156e09
tiran
committed
a156e09
View commit details
Copy full SHA for a156e09
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 Nov 29, 2007
Added all PyTypeObjects to the appropriate header files.
Show description for a22e8bd
tiran
committed
a22e8bd
View commit details
Copy full SHA for a22e8bd
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 Feb 25, 2007
Merged revisions 53875-53911 via svnmerge from
Show description for 27d517b
Yhg1s
committed
27d517b
View commit details
Copy full SHA for 27d517b
View code at this point
Browse repository at this point
Commits on Feb 15, 2006
Merge ssize_t branch.
loewis
committed
18e1655
View commit details
Copy full SHA for 18e1655
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 Oct 12, 2003
Extended tuple's C API to include a new function, PyTuple_Pack() that is
Show description for cb2da43
rhettinger
committed
cb2da43
View commit details
Copy full SHA for cb2da43
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 Sep 10, 2001
More on SF bug [#460020] bug or feature: unicode() and subclasses.
Show description for 4c3a0a3
tim-one
committed
4c3a0a3
View commit details
Copy full SHA for 4c3a0a3
View code at this point
Browse repository at this point
Commits on Aug 30, 2001
Make the Py<type>_Check() macro use PyObject_TypeCheck().
gvanrossum
committed
5eef77a
View commit details
Copy full SHA for 5eef77a
View code at this point
Browse repository at this point
Commits on May 28, 2001
Cruft cleanup: Removed the unused last_is_sticky argument from the internal
Show description for 4324aa3
tim-one
committed
4324aa3
View commit details
Copy full SHA for 4324aa3
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
3cf4d2b
View commit details
Copy full SHA for 3cf4d2b
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 Mar 1, 2000
Got rid of silly "123456789-..." lines in comments.
gvanrossum
committed
c6e87a2
View commit details
Copy full SHA for c6e87a2
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 Jan 6, 1997
added PyTuple_GET_SIZE macro
warsaw
committed
9c5494a
View commit details
Copy full SHA for 9c5494a
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 Apr 25, 1995
DL_IMPORT needs an argument.
sjoerdmullender
committed
107c747
View commit details
Copy full SHA for 107c747
View code at this point
Browse repository at this point
Commits on Apr 23, 1995
DL_IMPORT macro was called in a funny way (and MW barfed on it)
jackjansen
committed
5dbc723
View commit details
Copy full SHA for 5dbc723
View code at this point
Browse repository at this point
Commits on Mar 9, 1995
addet SETTUPLEITEM and added cast to GETTUPLEITEM
gvanrossum
committed
599de5a
View commit details
Copy full SHA for 599de5a
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 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
Commits on Aug 18, 1994
Changes for dynamic linking under NT
gvanrossum
committed
e89bc75
View commit details
Copy full SHA for e89bc75
View code at this point
Browse repository at this point
Commits on Aug 1, 1994
Merge alpha100 branch back to main trunk
gvanrossum
committed
b6775db
View commit details
Copy full SHA for b6775db
View code at this point
Browse repository at this point
Commits on Nov 1, 1993
Fixed bugs in resizetuple and extended the interface.
Show description for 615194a
sjoerdmullender
committed
615194a
View commit details
Copy full SHA for 615194a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.