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
tupleobject.c
on
master
User selector
All users
All time
Commit history
Commits on Jul 25, 2016
Issue #1621: Avoid signed overflow in list and tuple operations
Show description for 954b23e
vadmium
committed
954b23e
View commit details
Copy full SHA for 954b23e
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Show description for de9b9fc
serhiy-storchaka
committed
de9b9fc
View commit details
Copy full SHA for de9b9fc
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
Commits on Mar 30, 2016
Issue #26494: Fixed crash on iterating exhausting iterators.
Show description for 727af9c
serhiy-storchaka
committed
727af9c
View commit details
Copy full SHA for 727af9c
View code at this point
Browse repository at this point
Issue #26494: Fixed crash on iterating exhausting iterators.
Show description for f316718
serhiy-storchaka
committed
f316718
View commit details
Copy full SHA for f316718
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Show description for 05888f0
serhiy-storchaka
committed
05888f0
View commit details
Copy full SHA for 05888f0
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
pitrou
committed
75ef343
View commit details
Copy full SHA for 75ef343
View code at this point
Browse repository at this point
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
pitrou
committed
7bc1eca
View commit details
Copy full SHA for 7bc1eca
View code at this point
Browse repository at this point
Commits on Aug 17, 2014
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Show description for 5f1ec0f
vstinner
committed
5f1ec0f
View commit details
Copy full SHA for 5f1ec0f
View code at this point
Browse repository at this point
Commits on Aug 2, 2014
Issue #22077: Improve index error messages for bytearrays, bytes, lists, and
Show description for 7559bad
terryjreedy
committed
7559bad
View commit details
Copy full SHA for 7559bad
View code at this point
Browse repository at this point
Commits on Mar 5, 2014
Make the various iterators' "setstate" sliently and consistently clip the
Show description for af5af8c
kristjanvalur
committed
af5af8c
View commit details
Copy full SHA for af5af8c
View code at this point
Browse repository at this point
Make the various iterators' "setstate" sliently and consistently clip the
Show description for c0c0be9
kristjanvalur
committed
c0c0be9
View commit details
Copy full SHA for c0c0be9
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Issue #20437: Fixed 22 potential bugs when deleting objects references.
serhiy-storchaka
committed
4781423
View commit details
Copy full SHA for 4781423
View code at this point
Browse repository at this point
Issue #20437: Fixed 21 potential bugs when deleting objects references.
serhiy-storchaka
committed
9bff76e
View commit details
Copy full SHA for 9bff76e
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances
vstinner
committed
46386f6
View commit details
Copy full SHA for 46386f6
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Issue #18722: Remove uses of the "register" keyword in C code.
pitrou
committed
6581472
View commit details
Copy full SHA for 6581472
View code at this point
Browse repository at this point
Commits on Jun 24, 2013
Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index)
vstinner
committed
736b244
View commit details
Copy full SHA for 736b244
View code at this point
Browse repository at this point
Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64
vstinner
committed
60d376e
View commit details
Copy full SHA for 60d376e
View code at this point
Browse repository at this point
Commits on Jun 4, 2013
Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple
Show description for acc13ae
vstinner
committed
acc13ae
View commit details
Copy full SHA for acc13ae
View code at this point
Browse repository at this point
Commits on Jan 7, 2013
Add a comment about *not* caching the hash value. Issue #9685 suggested to memorize the hash value, but the feature request was rejected because no speed ups were found.
tiran
committed
a5cbef4
View commit details
Copy full SHA for a5cbef4
View code at this point
Browse repository at this point
Commits on Dec 11, 2012
Fix the internals of our hash functions to used unsigned values during hash
Show description for 5873a2c
gpshead
committed
5873a2c
View commit details
Copy full SHA for 5873a2c
View code at this point
Browse repository at this point
Fix the internals of our hash functions to used unsigned values during hash
Show description for 510b81c
gpshead
committed
510b81c
View commit details
Copy full SHA for 510b81c
View code at this point
Browse repository at this point
Commits on Oct 6, 2012
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
mdickinson
committed
5288b8a
View commit details
Copy full SHA for 5288b8a
View code at this point
Browse repository at this point
Commits on Sep 10, 2012
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.
tiran
committed
86f3820
View commit details
Copy full SHA for 86f3820
View code at this point
Browse repository at this point
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.
tiran
committed
2e81c82
View commit details
Copy full SHA for 2e81c82
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
b5ecaf5
View commit details
Copy full SHA for b5ecaf5
View code at this point
Browse repository at this point
Commits on Apr 4, 2012
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
pitrou
committed
4d4b2aa
View commit details
Copy full SHA for 4d4b2aa
View code at this point
Browse repository at this point
Commits on Apr 3, 2012
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
committed
5cee282
View commit details
Copy full SHA for 5cee282
View code at this point
Browse repository at this point
Commits on Mar 22, 2012
Issue #14387: Do not include accu.h from Python.h.
pitrou
committed
5854dc6
View commit details
Copy full SHA for 5854dc6
View code at this point
Browse repository at this point
Issue #14387: Do not include accu.h from Python.h.
pitrou
committed
89929cd
View commit details
Copy full SHA for 89929cd
View code at this point
Browse repository at this point
Commits on Jan 14, 2012
Consolidate the occurrances of the prime used as the multiplier when hashing
Show description for a9cb20e
gpshead
committed
a9cb20e
View commit details
Copy full SHA for a9cb20e
View code at this point
Browse repository at this point
Commits on Nov 6, 2011
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
Show description for b031ffa
akheron
committed
b031ffa
View commit details
Copy full SHA for b031ffa
View code at this point
Browse repository at this point
Commits on Nov 5, 2011
Accept None as start and stop parameters for list.index() and tuple.index()
Show description for 802ed89
akheron
committed
802ed89
View commit details
Copy full SHA for 802ed89
View code at this point
Browse repository at this point
Commits on Oct 6, 2011
Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.
Show description for 9bc9113
pitrou
committed
9bc9113
View commit details
Copy full SHA for 9bc9113
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
Previous
Next
You can’t perform that action at this time.