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 }}
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.4k
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
Branch selector
main
User selector
sweeneyde
All time
Commit history
Commits on Nov 6, 2023
gh-96954: Use skip_if_missing in test_makeunicodedata (GH-111764)
Show description for 5e5762a
sweeneyde
authored
5e5762a
View commit details
Copy full SHA for 5e5762a
Browse repository at this point
Commits on Aug 22, 2023
gh-108179: Add error message for parser stack overflows (#108256)
sweeneyde
authored
8661751
View commit details
Copy full SHA for 8661751
Browse repository at this point
Commits on Jul 13, 2023
gh-105235: Prevent reading outside buffer during mmap.find() (#105252)
Show description for ab86426
sweeneyde
authored
ab86426
View commit details
Copy full SHA for ab86426
Browse repository at this point
Commits on Feb 27, 2023
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
sweeneyde
authored
e3c3f9f
View commit details
Copy full SHA for e3c3f9f
Browse repository at this point
Commits on Dec 23, 2022
gh-94155: Reduce hash collisions for code objects (#100183)
Show description for a98d9ea
sweeneyde
authored
a98d9ea
View commit details
Copy full SHA for a98d9ea
Browse repository at this point
Commits on Dec 20, 2022
gh-100188: Reduce misses in BINARY_SUBSCR_(LIST/TUPLE)_INT (#100189)
Show description for c18d831
sweeneyde
authored
c18d831
View commit details
Copy full SHA for c18d831
Browse repository at this point
Commits on Oct 30, 2022
gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882)
Show description for 87b5fd9
sweeneyde
authored
87b5fd9
View commit details
Copy full SHA for 87b5fd9
Browse repository at this point
Commits on Oct 28, 2022
gh-98789: Fix FOR_ITER assert on big-endian (GH-98792)
Show description for fbcafa6
sweeneyde
authored
fbcafa6
View commit details
Copy full SHA for fbcafa6
Browse repository at this point
Commits on Oct 20, 2022
gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)
Show description for 39bc70e
sweeneyde
authored
39bc70e
View commit details
Copy full SHA for 39bc70e
Browse repository at this point
Commits on Sep 25, 2022
Reject invalid opcode names in assertInBytecode (GH-97548)
sweeneyde
authored
05c9275
View commit details
Copy full SHA for 05c9275
Browse repository at this point
Commits on Sep 15, 2022
Fix ResourceWarning in test.test_frame (GH-96831)
sweeneyde
authored
303bd88
View commit details
Copy full SHA for 303bd88
Browse repository at this point
Commits on Sep 13, 2022
gh-94808: improve comments and coverage of fastsearch.h (GH-96760)
sweeneyde
authored
69d9a08
View commit details
Copy full SHA for 69d9a08
Browse repository at this point
Commits on Sep 9, 2022
gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)
Show description for 569ca27
sweeneyde
authored
569ca27
View commit details
Copy full SHA for 569ca27
Browse repository at this point
Commits on Sep 6, 2022
gh-96538: Fix refleak in _bisectmodule.c (gh-96619)
sweeneyde
authored
56d9cf7
View commit details
Copy full SHA for 56d9cf7
Browse repository at this point
Commits on Sep 5, 2022
gh-96538: Move some type-checking out of bisect.bisect() loops (GH-96539)
sweeneyde
authored
9e35d05
View commit details
Copy full SHA for 9e35d05
Browse repository at this point
Commits on Sep 4, 2022
ceval.c's GETITEM should have asserts, not set exceptions (GH-96518)
sweeneyde
authored
ac18665
View commit details
Copy full SHA for ac18665
Browse repository at this point
Commits on Aug 31, 2022
gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)
sweeneyde
authored
8ba22b9
View commit details
Copy full SHA for 8ba22b9
Browse repository at this point
Commits on Jun 21, 2022
GH-91432: Specialize FOR_ITER (GH-91713)
Show description for 5fcfdd8
sweeneyde
authored
5fcfdd8
View commit details
Copy full SHA for 5fcfdd8
Browse repository at this point
Commits on Jun 13, 2022
Add more FOR_ITER specialization stats (GH-32151)
sweeneyde
authored
c5d0517
View commit details
Copy full SHA for c5d0517
Browse repository at this point
Commits on Jun 11, 2022
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
sweeneyde
authored
4c496f1
View commit details
Copy full SHA for 4c496f1
Browse repository at this point
Commits on Jun 5, 2022
Document LOAD_FAST_CHECK opcode (#93498)
sweeneyde
authored
4082c8e
View commit details
Copy full SHA for 4082c8e
Browse repository at this point
Commits on May 31, 2022
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH-93144)
sweeneyde
authored
f425f3b
View commit details
Copy full SHA for f425f3b
Browse repository at this point
Commits on May 27, 2022
gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)
sweeneyde
authored
ddc4a78
View commit details
Copy full SHA for ddc4a78
Browse repository at this point
Commits on May 23, 2022
gh-93061: Mark as artificial: backwards jump after async for (GH-93062)
sweeneyde
authored
a458be3
View commit details
Copy full SHA for a458be3
Browse repository at this point
Commits on May 17, 2022
Fix NULL check in test_type_from_ephemeral_spec in_testcapimodule.c (GH-92863)
sweeneyde
authored
524f03c
View commit details
Copy full SHA for 524f03c
Browse repository at this point
gh-92536: Update unicode struct size to ensure MemoryError is raised (GH-92867)
sweeneyde
authored
19a4252
View commit details
Copy full SHA for 19a4252
Browse repository at this point
Fix NULL test in _testinternalcapi (GH-92861)
sweeneyde
authored
702e0da
View commit details
Copy full SHA for 702e0da
Browse repository at this point
Commits on May 12, 2022
gh-92311: Add tests for frame_setlineno jumping over listcomps (#92741)
sweeneyde
authored
8cf2906
View commit details
Copy full SHA for 8cf2906
Browse repository at this point
Commits on May 11, 2022
gh-92031, test_embed: Improve test for unquickening static code (#92440)
sweeneyde
authored
27185f9
View commit details
Copy full SHA for 27185f9
Browse repository at this point
Commits on May 3, 2022
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
sweeneyde
authored
b156578
View commit details
Copy full SHA for b156578
Browse repository at this point
Commits on May 1, 2022
gh-91954: Use shell=True in test_subprocess.test_encoding_warning (GH-92090)
sweeneyde
authored
b963618
View commit details
Copy full SHA for b963618
Browse repository at this point
Commits on Apr 30, 2022
Convert :issue: to :gh: in whatsnew (GH-92089)
sweeneyde
authored
b660d09
View commit details
Copy full SHA for b660d09
Browse repository at this point
gh-92063: Enforce types in specialized PRECALL opcodes (GH-92068)
Show description for 868b1af
sweeneyde
authored
868b1af
View commit details
Copy full SHA for 868b1af
Browse repository at this point
gh-92064: Fix global variable name collision in test_typing (#92067)
Show description for a29aa76
sweeneyde
authored
a29aa76
View commit details
Copy full SHA for a29aa76
Browse repository at this point
Commits on Apr 28, 2022
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
sweeneyde
authored
37c6db6
View commit details
Copy full SHA for 37c6db6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.