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 }}
mdboom
/
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
Python
on
coverage-bytesobject-PyBytes_FormatEx
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 7, 2022
GH-91432: Remove the iterator_exhausted_no_error label (GH-96517)
brandtbucher
authored
0d04b8d
View commit details
Copy full SHA for 0d04b8d
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
GH-96572: fix use after free in trace refs build mode (#96618)
kumaraditya303
authored
6744490
View commit details
Copy full SHA for 6744490
View code at this point
Browse repository at this point
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
markshannon
authored
222f10c
View commit details
Copy full SHA for 222f10c
View code at this point
Browse repository at this point
GH-93911: Fix `LOAD_ATTR_PROPERTY` caches (GH-96519)
brandtbucher
authored
cd0ff9b
View commit details
Copy full SHA for cd0ff9b
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 2, 2022
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Show description for 511ca94
gpshead
authored
511ca94
View commit details
Copy full SHA for 511ca94
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
iritkatriel
authored
4c72517
View commit details
Copy full SHA for 4c72517
View code at this point
Browse repository at this point
gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)
iritkatriel
authored
894cafd
View commit details
Copy full SHA for 894cafd
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
Remove the binary_subscr_dict_error label (GH-96443)
brandtbucher
authored
88671a9
View commit details
Copy full SHA for 88671a9
View code at this point
Browse repository at this point
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Show description for 6d791a9
pablogsal
authored
6d791a9
View commit details
Copy full SHA for 6d791a9
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
markshannon
authored
c09fa75
View commit details
Copy full SHA for c09fa75
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Show description for e34c82a
pablogsal
authored
e34c82a
View commit details
Copy full SHA for e34c82a
View code at this point
Browse repository at this point
gh-87092: use basicblock_last_instr consistently in the compiler (GH-96243)
iritkatriel
authored
fba3b67
View commit details
Copy full SHA for fba3b67
View code at this point
Browse repository at this point
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)
markshannon
authored
a4a9f2e
View commit details
Copy full SHA for a4a9f2e
View code at this point
Browse repository at this point
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler optimization unit tests (GH-96007)
iritkatriel
authored
420f39f
View commit details
Copy full SHA for 420f39f
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)
Show description for e0d54a4
kumaraditya303
authored
e0d54a4
View commit details
Copy full SHA for e0d54a4
View code at this point
Browse repository at this point
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Show description for 822955c
tiran
authored
822955c
View commit details
Copy full SHA for 822955c
View code at this point
Browse repository at this point
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
brandtbucher
authored
5bfb3c3
View commit details
Copy full SHA for 5bfb3c3
View code at this point
Browse repository at this point
gh-96017: Fix some compiler warnings (GH-96018)
Show description for d9c1b74
tiran
authored
d9c1b74
View commit details
Copy full SHA for d9c1b74
View code at this point
Browse repository at this point
Commits on Aug 18, 2022
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH-95948)
matthiasgoergens
authored
4a6fa89
View commit details
Copy full SHA for 4a6fa89
View code at this point
Browse repository at this point
Commits on Aug 17, 2022
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Fidget-Spinner
authored
7276ca2
View commit details
Copy full SHA for 7276ca2
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
GH-95909: Make `_PyArg_Parser` initialization thread safe (GH-95958)
kumaraditya303
authored
9b30b96
View commit details
Copy full SHA for 9b30b96
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
gh-95853: Add script to automate WASM build (GH-95828)
Show description for 32ac98e
tiran
and
brettcannon
authored
32ac98e
View commit details
Copy full SHA for 32ac98e
View code at this point
Browse repository at this point
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
erlend-aasland
authored
f07adf8
View commit details
Copy full SHA for f07adf8
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
gh-95922: compiler's eliminate_empty_basic_blocks ignores the last block of the compilation unit (GH-95924)
iritkatriel
authored
41757bf
View commit details
Copy full SHA for 41757bf
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
Show description for 6f6a4e6
ericsnowcurrently
authored
6f6a4e6
View commit details
Copy full SHA for 6f6a4e6
View code at this point
Browse repository at this point
gh-87092: compiler's codegen stage uses int jump target labels, and the target pointer is only calculated just before optimization stage (GH-95655)
iritkatriel
authored
9533b40
View commit details
Copy full SHA for 9533b40
View code at this point
Browse repository at this point
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
markshannon
authored
1b46d11
View commit details
Copy full SHA for 1b46d11
View code at this point
Browse repository at this point
Update _PyEval_AddPendingCall comment (#95817)
zhanpon
authored
23a757f
View commit details
Copy full SHA for 23a757f
View code at this point
Browse repository at this point
Commits on Aug 6, 2022
gh-93243: Make smtpd private before porting its users (GH-93246)
Show description for 56d16e8
arhadthedev
authored
56d16e8
View commit details
Copy full SHA for 56d16e8
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
gh-87092: create a 'jump target label' abstraction so that the compiler's codegen stage does not work directly with basic blocks (GH-95398)
iritkatriel
authored
000c387
View commit details
Copy full SHA for 000c387
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
markshannon
authored
de388c0
View commit details
Copy full SHA for de388c0
View code at this point
Browse repository at this point
Commits on Jul 31, 2022
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (#94745)
pablogsal
authored
aa37ffd
View commit details
Copy full SHA for aa37ffd
View code at this point
Browse repository at this point
Commits on Jul 28, 2022
GH-90081: Run python tracers at full speed (GH-95328)
markshannon
authored
b8b2990
View commit details
Copy full SHA for b8b2990
View code at this point
Browse repository at this point
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Show description for ebad53a
serhiy-storchaka
authored
ebad53a
View commit details
Copy full SHA for ebad53a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.