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 }}
ZeroIntensity
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
propagate-iter-errors
User selector
All users
All time
Commit history
Commits on Nov 3, 2024
Propagate errors for generic iterables in GET_YIELD_FROM_ITER
ZeroIntensity
committed
5298533
View commit details
Copy full SHA for 5298533
View code at this point
Browse repository at this point
gh-125832: Reformat comments for inlined comprehensions (gh-126346)
corona10
authored
8161afe
View commit details
Copy full SHA for 8161afe
View code at this point
Browse repository at this point
Commits on Nov 2, 2024
gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (#126322)
Show description for 868bfcc
3 people
authored
868bfcc
View commit details
Copy full SHA for 868bfcc
View code at this point
Browse repository at this point
Commits on Nov 1, 2024
gh-126255: Ignore warning about JIT being deactivated when perf support is active in `test_embed.InitConfigTests.test_initconfig_api` (#126302)
Show description for f0c6fcc
4 people
authored
f0c6fcc
View commit details
Copy full SHA for f0c6fcc
View code at this point
Browse repository at this point
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Show description for 8477951
skirpichev
and
AA-Turner
authored
8477951
View commit details
Copy full SHA for 8477951
View code at this point
Browse repository at this point
Commits on Oct 30, 2024
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
xuantengh
authored
35df4eb
View commit details
Copy full SHA for 35df4eb
View code at this point
Browse repository at this point
gh-124855: Don't allow the JIT and perf support to be active at the same time (#124856)
pablogsal
authored
2d37c71
View commit details
Copy full SHA for 2d37c71
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
gh-126139: Improve error message location for future statement with unknown feature (#126140)
brianschubert
authored
224c370
View commit details
Copy full SHA for 224c370
View code at this point
Browse repository at this point
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)
tomasr8
authored
aab58a9
View commit details
Copy full SHA for aab58a9
View code at this point
Browse repository at this point
gh-126105: Fix crash in `ast` module, when `._fields` is deleted (#126115)
Show description for b2eaa75
sobolevn
authored
b2eaa75
View commit details
Copy full SHA for b2eaa75
View code at this point
Browse repository at this point
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Show description for faa3272
markshannon
authored
faa3272
View commit details
Copy full SHA for faa3272
View code at this point
Browse repository at this point
Commits on Oct 28, 2024
GH-125912: Teach the JIT's optimizer about _BINARY_OP_INPLACE_ADD_UNICODE (GH-125935)
brandtbucher
authored
b5b0634
View commit details
Copy full SHA for b5b0634
View code at this point
Browse repository at this point
GH-125515: Reduce number of compiler warnings in generated code (GH-125697)
markshannon
authored
2544159
View commit details
Copy full SHA for 2544159
View code at this point
Browse repository at this point
Commits on Oct 27, 2024
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
Show description for 80eec52
3 people
authored
80eec52
View commit details
Copy full SHA for 80eec52
View code at this point
Browse repository at this point
Commits on Oct 25, 2024
GH-125911: Call combine_symbol_mask on the initial trampoline of a trace (GH-125973)
Zheaoli
authored
7f6e884
View commit details
Copy full SHA for 7f6e884
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Show description for 332356b
colesbury
authored
332356b
View commit details
Copy full SHA for 332356b
View code at this point
Browse repository at this point
gh-123930: Better error for "from imports" when script shadows module (#123929)
hauntsaninja
authored
500f533
View commit details
Copy full SHA for 500f533
View code at this point
Browse repository at this point
gh-124218: Avoid refcount contention on builtins module (GH-125847)
Show description for 3c4a7fa
colesbury
authored
3c4a7fa
View commit details
Copy full SHA for 3c4a7fa
View code at this point
Browse repository at this point
gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)
Show description for ad6110a
colesbury
authored
ad6110a
View commit details
Copy full SHA for ad6110a
View code at this point
Browse repository at this point
gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)
Show description for e545ead
colesbury
authored
e545ead
View commit details
Copy full SHA for e545ead
View code at this point
Browse repository at this point
GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)
markshannon
authored
b61fece
View commit details
Copy full SHA for b61fece
View code at this point
Browse repository at this point
Commits on Oct 23, 2024
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Show description for 6f26d49
ericsnowcurrently
and
encukou
authored
6f26d49
View commit details
Copy full SHA for 6f26d49
View code at this point
Browse repository at this point
Commits on Oct 22, 2024
gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)
efimov-mikhail
authored
079875e
View commit details
Copy full SHA for 079875e
View code at this point
Browse repository at this point
GH-125521: Remove `if (true)` from generated output to reduce C compiler warnings (GH-125700)
markshannon
authored
57e3c59
View commit details
Copy full SHA for 57e3c59
View code at this point
Browse repository at this point
Commits on Oct 21, 2024
gh-121459: Fix a couple of uses of `PyStackRef_FromPyObjectSteal` (#125711)
Show description for de5a6c7
mpage
authored
de5a6c7
View commit details
Copy full SHA for de5a6c7
View code at this point
Browse repository at this point
gh-124218: Use per-thread reference counting for globals and builtins (#125713)
Show description for 9b0bfba
colesbury
authored
9b0bfba
View commit details
Copy full SHA for 9b0bfba
View code at this point
Browse repository at this point
gh-125703: Correctly honour tracemalloc hooks on more PyDECREF specialized paths (#125712)
pablogsal
authored
3d1df3d
View commit details
Copy full SHA for 3d1df3d
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
gh-125207: Fix MSVC 1935 build with JIT (#125209)
Show description for c8fd4b1
mdboom
authored
c8fd4b1
View commit details
Copy full SHA for c8fd4b1
View code at this point
Browse repository at this point
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Show description for 6d93690
ericsnowcurrently
authored
6d93690
View commit details
Copy full SHA for 6d93690
View code at this point
Browse repository at this point
Commits on Oct 17, 2024
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
colesbury
authored
d8c8648
View commit details
Copy full SHA for d8c8648
View code at this point
Browse repository at this point
gh-123153: Fix PGO builds with free-threading on Windows (#125607)
Show description for 37986e8
mdboom
authored
37986e8
View commit details
Copy full SHA for 37986e8
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crash (#125477)
mdboom
authored
51410d8
View commit details
Copy full SHA for 51410d8
View code at this point
Browse repository at this point
gh-124872: Replace enter/exit events with "switched" (#125532)
Show description for bee112a
3 people
authored
bee112a
View commit details
Copy full SHA for bee112a
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
gh-124218: Use per-thread refcounts for code objects (#125216)
Show description for 3ea488a
colesbury
authored
3ea488a
View commit details
Copy full SHA for 3ea488a
View code at this point
Browse repository at this point
gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#124459)
Show description for 54c6fcb
colesbury
authored
54c6fcb
View commit details
Copy full SHA for 54c6fcb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.