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
.
pythonStudy2017
/
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
setobject.c
on
master
User selector
All users
All time
Commit history
Commits on Sep 14, 2017
bpo-31462: Remove trailing whitespaces. (#3564)
serhiy-storchaka
authored
13ad3b7
View commit details
Copy full SHA for 13ad3b7
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Show description for 05351c1
ericsnowcurrently
authored
05351c1
View commit details
Copy full SHA for 05351c1
View code at this point
Browse repository at this point
bpo-30860: Consolidate stateful runtime globals. (#2594)
Show description for 76d5abc
ericsnowcurrently
authored
76d5abc
View commit details
Copy full SHA for 76d5abc
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Fix terminology in comment and add more design rationale. (#3335)
Show description for 64263df
rhettinger
authored
64263df
View commit details
Copy full SHA for 64263df
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
bpo-31095: fix potential crash during GC (GH-2974)
methane
authored
a6296d3
View commit details
Copy full SHA for a6296d3
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
bpo-30592: Fixed error messages for some builtins. (#1996)
Show description for 6cca5c8
serhiy-storchaka
authored
6cca5c8
View commit details
Copy full SHA for 6cca5c8
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Show description for bf623ae
serhiy-storchaka
authored
bf623ae
View commit details
Copy full SHA for bf623ae
View code at this point
Browse repository at this point
Commits on Apr 1, 2017
bpo-29949: Fix set memory usage regression (GH-943)
Show description for e82cf86
methane
authored
e82cf86
View commit details
Copy full SHA for e82cf86
View code at this point
Browse repository at this point
Commits on Feb 6, 2017
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
Show description for 68a001d
serhiy-storchaka
committed
68a001d
View commit details
Copy full SHA for 68a001d
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
Reduce load factor (from 66% to 60%) to improve effectiveness of linear probing.
Show description for 5cd87a8
rhettinger
committed
5cd87a8
View commit details
Copy full SHA for 5cd87a8
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
Remove unnecessary variables.
Show description for e1af696
rhettinger
committed
e1af696
View commit details
Copy full SHA for e1af696
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
5ab81d7
View commit details
Copy full SHA for 5ab81d7
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583
serhiy-storchaka
committed
0651583
View commit details
Copy full SHA for 0651583
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
Issue #28071: Add early-out for differencing from an empty set.
rhettinger
committed
4103e4d
View commit details
Copy full SHA for 4103e4d
View code at this point
Browse repository at this point
Commits on Apr 29, 2016
Removed unused initialization and the uninteresting comment.
rhettinger
committed
8421d71
View commit details
Copy full SHA for 8421d71
View code at this point
Browse repository at this point
Issue #26880: Removed redundant checks in set.__init__.
serhiy-storchaka
committed
fa07029
View commit details
Copy full SHA for fa07029
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 ab479c4
serhiy-storchaka
committed
ab479c4
View commit details
Copy full SHA for ab479c4
View code at this point
Browse repository at this point
Issue #26494: Fixed crash on iterating exhausting iterators.
Show description for fbb1c5e
serhiy-storchaka
committed
fbb1c5e
View commit details
Copy full SHA for fbb1c5e
View code at this point
Browse repository at this point
Commits on Mar 27, 2016
Moved misplaced functions to the section for C API functions.
rhettinger
committed
3625af5
View commit details
Copy full SHA for 3625af5
View code at this point
Browse repository at this point
Commits on Mar 26, 2016
Responsibility for argument checking belongs in set.__init__() rather than set.__new__().
Show description for 2c257ab
rhettinger
committed
2c257ab
View commit details
Copy full SHA for 2c257ab
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
Speed-up construction of empty sets by approx 12-14%.
rhettinger
committed
b72e21b
View commit details
Copy full SHA for b72e21b
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Add early-out for the common case where kwds is NULL (gives 1.1% speedup).
rhettinger
committed
f502154
View commit details
Copy full SHA for f502154
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
merge 3.5
benjaminp
committed
3e47a13
View commit details
Copy full SHA for 3e47a13
View code at this point
Browse repository at this point
merge 3.4
benjaminp
committed
4e3dd51
View commit details
Copy full SHA for 4e3dd51
View code at this point
Browse repository at this point
merge 3.3
benjaminp
committed
630329e
View commit details
Copy full SHA for 630329e
View code at this point
Browse repository at this point
remove some copyright notices supserseded by the toplevel ones
benjaminp
committed
0e617e2
View commit details
Copy full SHA for 0e617e2
View code at this point
Browse repository at this point
Commits on Dec 19, 2015
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Show description for a9406e7
serhiy-storchaka
committed
a9406e7
View commit details
Copy full SHA for a9406e7
View code at this point
Browse repository at this point
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Show description for 5c4064e
serhiy-storchaka
committed
5c4064e
View commit details
Copy full SHA for 5c4064e
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
Minor tweek. Counting down rather than up reduces register pressure.
rhettinger
committed
e449587
View commit details
Copy full SHA for e449587
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
Undo inadvertent line swap
rhettinger
committed
86d322f
View commit details
Copy full SHA for 86d322f
View code at this point
Browse repository at this point
Hoist constant expressions (so->table and so->mask) out of the inner-loop.
rhettinger
committed
5088f60
View commit details
Copy full SHA for 5088f60
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
Add assertion to verify the pre-condition in the comments.
rhettinger
committed
66f6238
View commit details
Copy full SHA for 66f6238
View code at this point
Browse repository at this point
Commits on Nov 17, 2015
Issue #25629: Move set fill/used updates out of inner loop
rhettinger
committed
6019c8c
View commit details
Copy full SHA for 6019c8c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.