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
tupleobject.c
on
2.0
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 5, 2000
Simplify _PyTuple_Resize by not using the tuple free list and dropping
Show description for 08b53e6
nascheme
committed
08b53e6
View commit details
Copy full SHA for 08b53e6
View code at this point
Browse repository at this point
Commits on Sep 15, 2000
Correctly cast the return value of realloc.
loewis
committed
3cd7604
View commit details
Copy full SHA for 3cd7604
View code at this point
Browse repository at this point
Correctly use realloc return value. Fixes bug #114424.
loewis
committed
c58dbeb
View commit details
Copy full SHA for c58dbeb
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 of the sources.
freddrake
committed
ba09633
View commit details
Copy full SHA for ba09633
View code at this point
Browse repository at this point
Commits on Jul 1, 2000
Neil Schemenauer: small fixes for GC
gvanrossum
committed
4cc6ac7
View commit details
Copy full SHA for 4cc6ac7
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
final patches from Neil Schemenauer for garbage collection
jeremyhylton
committed
c5007aa
View commit details
Copy full SHA for c5007aa
View code at this point
Browse repository at this point
Commits on Jun 23, 2000
part 2 of Neil Schemenauer's GC patches:
Show description for d08b4c4
jeremyhylton
committed
d08b4c4
View commit details
Copy full SHA for d08b4c4
View code at this point
Browse repository at this point
Round 1 of Neil Schemenauer's GC patches:
Show description for 8caad49
jeremyhylton
committed
8caad49
View commit details
Copy full SHA for 8caad49
View code at this point
Browse repository at this point
Commits on Jun 16, 2000
Michael Hudson <mwh21@cam.ac.uk>:
Show description for 29dc381
malemburg
committed
29dc381
View commit details
Copy full SHA for 29dc381
View code at this point
Browse repository at this point
Commits on Jun 15, 2000
Thomas Wouters <thomas@xs4all.net>:
Show description for 5678025
freddrake
committed
5678025
View commit details
Copy full SHA for 5678025
View code at this point
Browse repository at this point
Commits on Jun 1, 2000
Michael Hudson <mwh21@cam.ac.uk>:
Show description for b6a9ada
freddrake
committed
b6a9ada
View commit details
Copy full SHA for b6a9ada
View code at this point
Browse repository at this point
Commits on May 3, 2000
Vladimir Marangozov's long-awaited malloc restructuring.
Show description for b18618d
gvanrossum
committed
b18618d
View commit details
Copy full SHA for b18618d
View code at this point
Browse repository at this point
Commits on Apr 27, 2000
add list_contains and tuplecontains: efficient implementations of tp_contains
jeremyhylton
committed
37b1a26
View commit details
Copy full SHA for 37b1a26
View code at this point
Browse repository at this point
Commits on Apr 21, 2000
Patch by Charles G Waldman to avoid a sneaky memory leak in
Show description for 5ce78f8
gvanrossum
committed
5ce78f8
View commit details
Copy full SHA for 5ce78f8
View code at this point
Browse repository at this point
Commits on Mar 13, 2000
Christian Tismer's "trashcan" patch:
Show description for d724b23
gvanrossum
committed
d724b23
View commit details
Copy full SHA for d724b23
View code at this point
Browse repository at this point
Commits on Jan 20, 2000
The rest of the changes by Trent Mick and Dale Nagata for warning-free
Show description for bffd683
gvanrossum
committed
bffd683
View commit details
Copy full SHA for bffd683
View code at this point
Browse repository at this point
Commits on Jul 13, 1999
Mark Favas was quick to note that the last checkin divides by zero
Show description for 0eb55ac
gvanrossum
committed
0eb55ac
View commit details
Copy full SHA for 0eb55ac
View code at this point
Browse repository at this point
Commits on Jul 12, 1999
Appropriate overflow checks so that things like sys.maxint*(1,) can't
Show description for 5bc51f2
gvanrossum
committed
5bc51f2
View commit details
Copy full SHA for 5bc51f2
View code at this point
Browse repository at this point
Commits on Dec 11, 1998
When tracing references, reset the type and size of tuples allocated
Show description for 68055ce
gvanrossum
committed
68055ce
View commit details
Copy full SHA for 68055ce
View code at this point
Browse repository at this point
Commits on Nov 16, 1998
Make tuples less hungry -- an extra item was allocated but never used.
Show description for 017f778
gvanrossum
committed
017f778
View commit details
Copy full SHA for 017f778
View code at this point
Browse repository at this point
Commits on Jun 26, 1998
Slight rearrangement of some code to make it faster, by Vladimir
Show description for 1bb2687
gvanrossum
committed
1bb2687
View commit details
Copy full SHA for 1bb2687
View code at this point
Browse repository at this point
Commits on Aug 17, 1997
PyTuple_SetItem should require that the tuple's refcnt is one!
gvanrossum
committed
787bdd3
View commit details
Copy full SHA for 787bdd3
View code at this point
Browse repository at this point
Commits on Aug 5, 1997
Added _Fini() routines to free up some memory
gvanrossum
committed
fbbd57e
View commit details
Copy full SHA for fbbd57e
View code at this point
Browse repository at this point
Commits on May 2, 1997
Quickly renamed the last directory.
gvanrossum
committed
c0b618a
View commit details
Copy full SHA for c0b618a
View code at this point
Browse repository at this point
Commits on Dec 16, 1996
Better tuple hash function.
gvanrossum
committed
0969ad2
View commit details
Copy full SHA for 0969ad2
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 May 23, 1996
new debugger symbol names
gvanrossum
committed
441e4ab
View commit details
Copy full SHA for 441e4ab
View code at this point
Browse repository at this point
Commits on Aug 4, 1995
better err checks in resizetuple
gvanrossum
committed
055968c
View commit details
Copy full SHA for 055968c
View code at this point
Browse repository at this point
Commits on Mar 29, 1995
fix dusty debugging macros
gvanrossum
committed
6f9e433
View commit details
Copy full SHA for 6f9e433
View code at this point
Browse repository at this point
Commits on Mar 9, 1995
a few peephole optimizations
gvanrossum
committed
5fe6058
View commit details
Copy full SHA for 5fe6058
View code at this point
Browse repository at this point
Commits on Jan 4, 1995
Added 1995 to copyright message.
Show description for 6610ad9
gvanrossum
committed
6610ad9
View commit details
Copy full SHA for 6610ad9
View code at this point
Browse repository at this point
Commits on Aug 30, 1994
Merge back to main trunk
gvanrossum
committed
1d5735e
View commit details
Copy full SHA for 1d5735e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.