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 }}
180909
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
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
doc-link-https
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 7, 2022
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (GH-97803)
Show description for 13d4489
warsaw
authored
13d4489
View commit details
Copy full SHA for 13d4489
View code at this point
Browse repository at this point
GH-91052: Add C API for watching dictionaries (GH-31787)
carljm
authored
a4b7794
View commit details
Copy full SHA for a4b7794
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
bpo-38693: Use f-strings instead of str.format() within importlib (#17058)
Show description for 683ab85
gpshead
authored
683ab85
View commit details
Copy full SHA for 683ab85
View code at this point
Browse repository at this point
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameObject` (GH-97996)
brandtbucher
authored
21a2d9f
View commit details
Copy full SHA for 21a2d9f
View code at this point
Browse repository at this point
gh-97973: Return all necessary information from the tokenizer (GH-97984)
Show description for cbf0afd
lysnikolaou
authored
cbf0afd
View commit details
Copy full SHA for cbf0afd
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec__.parent` (#97879)
Show description for c206e53
brettcannon
and
ericsnowcurrently
authored
c206e53
View commit details
Copy full SHA for c206e53
View code at this point
Browse repository at this point
gh-87092: bring compiler code closer to a preprocessing-opt-assembler organisation (GH-97644)
iritkatriel
authored
c529b45
View commit details
Copy full SHA for c529b45
View code at this point
Browse repository at this point
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
markshannon
authored
7644935
View commit details
Copy full SHA for 7644935
View code at this point
Browse repository at this point
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
brandtbucher
authored
0ff8fd6
View commit details
Copy full SHA for 0ff8fd6
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Show description for 116fa62
vstinner
authored
116fa62
View commit details
Copy full SHA for 116fa62
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
GH-97752: Clear the `previous` member of newly-created generator/coroutine frames (GH-97795)
brandtbucher
authored
93fcc1f
View commit details
Copy full SHA for 93fcc1f
View code at this point
Browse repository at this point
gh-96526: Clarify format and __format__ docstrings (gh-96648)
mikez
authored
07b8e85
View commit details
Copy full SHA for 07b8e85
View code at this point
Browse repository at this point
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Show description for b0f89cb
gpshead
authored
b0f89cb
View commit details
Copy full SHA for b0f89cb
View code at this point
Browse repository at this point
Fix typos in `bltinmodule.c`. (GH-97766)
sobolevn
authored
873a2f2
View commit details
Copy full SHA for 873a2f2
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
pablogsal
authored
aab01e3
View commit details
Copy full SHA for aab01e3
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Show description for 4135166
vstinner
authored
4135166
View commit details
Copy full SHA for 4135166
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
brandtbucher
authored
8fd2c3b
View commit details
Copy full SHA for 8fd2c3b
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
GH-95921: Fix positions for some chained comparisons (GH-96968)
brandtbucher
authored
dfc73b5
View commit details
Copy full SHA for dfc73b5
View code at this point
Browse repository at this point
gh-87092: in compiler, move the detection of exception handlers before the CFG optimization stage (GH-96935)
iritkatriel
authored
98e785d
View commit details
Copy full SHA for 98e785d
View code at this point
Browse repository at this point
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
Show description for fc05107
serge-sans-paille
authored
fc05107
View commit details
Copy full SHA for fc05107
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
gh-96387: take_gil() resets drop request before exit (#96869)
Show description for 04f4977
vstinner
authored
04f4977
View commit details
Copy full SHA for 04f4977
View code at this point
Browse repository at this point
GH-96864: Check for error between line and opcode events (GH-96880)
brandtbucher
authored
c10e33a
View commit details
Copy full SHA for c10e33a
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
Show description for a41ed97
3 people
authored
a41ed97
View commit details
Copy full SHA for a41ed97
View code at this point
Browse repository at this point
gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
sobolevn
authored
e37ac5f
View commit details
Copy full SHA for e37ac5f
View code at this point
Browse repository at this point
Commits on Sep 14, 2022
ceval: Use _PyTuple_FromArraySteal in BUILD_TUPLE (GH-96516)
kmod
authored
4781535
View commit details
Copy full SHA for 4781535
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
gh-87092: reduce redundancy and repetition in compiler's optimization stage (GH-96713)
iritkatriel
authored
6d7a0e0
View commit details
Copy full SHA for 6d7a0e0
View code at this point
Browse repository at this point
GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776)
markshannon
authored
12c5f32
View commit details
Copy full SHA for 12c5f32
View code at this point
Browse repository at this point
Commits on Sep 10, 2022
GH-96678: Fix undefined behavior in ceval.c (#96708)
markshannon
authored
50a70a0
View commit details
Copy full SHA for 50a70a0
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
Replace ad-hoc labels with JUMP_TO_INSTRUCTION (GH-96634)
brandtbucher
authored
72b29b2
View commit details
Copy full SHA for 72b29b2
View code at this point
Browse repository at this point
GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
brandtbucher
authored
b4954b1
View commit details
Copy full SHA for b4954b1
View code at this point
Browse repository at this point
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
kumaraditya303
authored
88a7f66
View commit details
Copy full SHA for 88a7f66
View code at this point
Browse repository at this point
Commits on Sep 8, 2022
GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)
Show description for aa3b4cf
markshannon
and
brandtbucher
authored
aa3b4cf
View commit details
Copy full SHA for aa3b4cf
View code at this point
Browse repository at this point
gh-96653: Remove duplicate CALL_STAT_INC(inlined_py_calls) in BINARY_SUBSCR_GETITEM (GH-96654)
itamaro
authored
4f523a7
View commit details
Copy full SHA for 4f523a7
View code at this point
Browse repository at this point
Commits on Sep 7, 2022
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
kumaraditya303
authored
4e4bfff
View commit details
Copy full SHA for 4e4bfff
View code at this point
Browse repository at this point
gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
zooba
authored
de33df2
View commit details
Copy full SHA for de33df2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.