Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
26
Star
529
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
specialize-load-attr-class-shadowed
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 16, 2024
Add LOAD_ATTR_CLASS_WITH_METACLASS_CHECK specialization and handle class attributes with metaclasses or shadowed attributes.
markshannon
committed
c0b4711
Copy full SHA for c0b4711
GH-118093: Specialize `CALL_KW` (GH-123006)
markshannon
authored
c13e7d9
Copy full SHA for c13e7d9
gh-121404: rename compiler_addop* to codegen_addop*, and replace direct usages by the macros (#123043)
iritkatriel
authored
e2f2dc7
Copy full SHA for e2f2dc7
mention pypy somewhat more prominently in the pyrepl section of whatsnew (#123063)
cfbolz
authored
a07cf4c
Copy full SHA for a07cf4c
gh-123046: Fix regexp to catch cases where the module name is omitted from the weakref repr (#123047)
Show description for 786cac0
Eclips4
and
sobolevn
authored
786cac0
Copy full SHA for 786cac0
gh-116622: Add Android test script (#121595)
Show description for f84cce6
mhsmith
authored
f84cce6
Copy full SHA for f84cce6
Commits on Aug 15, 2024
gh-116608: Apply style and compatibility changes from importlib_metadata. (#123028)
jaraco
authored
e913d2c
Copy full SHA for e913d2c
Add debug offsets for free threaded builds (#123041)
pablogsal
authored
d7a3df9
Copy full SHA for d7a3df9
GH-121634: have `wasi.py` accept the host target triple as an argument (GH-123030)
brettcannon
authored
b15b81e
Copy full SHA for b15b81e
gh-117139: Garbage collector support for deferred refcounting (#122956)
Show description for e001027
colesbury
and
Fidget-Spinner
authored
e001027
Copy full SHA for e001027
gh-122584: Import mimalloc headers in a C++ context (#122587)
mdboom
authored
1dad23e
Copy full SHA for 1dad23e
gh-113190: Reenable non-debug interned string cleanup (GH-113601)
eduardo-elizondo
authored
3203a74
Copy full SHA for 3203a74
gh-121404: split compiler's push/pop_inlined_comprehension_state into codegen and compiler parts (#123021)
iritkatriel
authored
b6cb435
Copy full SHA for b6cb435
gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027)
Show description for 3950392
mhsmith
authored
3950392
Copy full SHA for 3950392
GH-109975: Copyedit 3.13 What's New: New Features (#122990)
Show description for b106cf8
3 people
authored
b106cf8
Copy full SHA for b106cf8
Commits on Aug 14, 2024
GH-103484: Tell linkcheck to ignore debian manpage redirects (#123019)
rffontenelle
authored
1054a75
Copy full SHA for 1054a75
gh-112301: Add warning count to warning check tooling (#122711)
Show description for 1cf624b
3 people
authored
1cf624b
Copy full SHA for 1cf624b
gh-123005: Add version added in enum.Flag.__len__ (GH-123007)
Damien-Chen
authored
8e2dc7f
Copy full SHA for 8e2dc7f
GH-118093: Turn some DEOPT_IFs into EXIT_IFs (GH-122998)
brandtbucher
authored
f84754b
Copy full SHA for f84754b
GH-113464: Speed up JIT builds (GH-122839)
brandtbucher
authored
5118592
Copy full SHA for 5118592
gh-122965: Fix `reusable-change-detection.yml` on `workflow_dispatch` (#122966)
sobolevn
authored
6ae942f
Copy full SHA for 6ae942f
GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)
Show description for eec7bda
markshannon
authored
eec7bda
Copy full SHA for eec7bda
Fix doctrees directory for the gettext builder (#122997)
rffontenelle
authored
315a933
Copy full SHA for 315a933
gh-111178: Avoid calling long_hash from incompatible pointer type (GH-122972)
Show description for fe3e623
picnixz
authored
fe3e623
Copy full SHA for fe3e623
gh-122985: add SYMBOL_TO_SCOPE macro in symtable (#122986)
iritkatriel
authored
05fc4d7
Copy full SHA for 05fc4d7
Ensure that iOS test re-runs don't try to spawn a process. (#122994)
Show description for e03073f
freakboy3742
authored
e03073f
Copy full SHA for e03073f
Add a --rerun option to the iOS testbed. (#122992)
Show description for ce39d3c
freakboy3742
authored
ce39d3c
Copy full SHA for ce39d3c
Commits on Aug 13, 2024
GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated JIT CI (#122969)
picnixz
authored
7b8328b
Copy full SHA for 7b8328b
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Show description for 325e9b8
msprotz
authored
325e9b8
Copy full SHA for 325e9b8
gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)
Show description for ee1b8ce
ericsnowcurrently
authored
ee1b8ce
Copy full SHA for ee1b8ce
GH-85633: Fix pathlib test failures on filesystems without world-write. (#122883)
Show description for 5f68511
barneygale
authored
5f68511
Copy full SHA for 5f68511
Fix `print` usage in `turtle` doctests (#122940)
sobolevn
authored
901d949
Copy full SHA for 901d949
gh-122873: Allow "python -m json" to work (#122884)
Show description for 906b796
4 people
authored
906b796
Copy full SHA for 906b796
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Show description for db6f5e1
AA-Turner
and
hugovk
authored
db6f5e1
Copy full SHA for db6f5e1
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
markshannon
authored
7a65439
Copy full SHA for 7a65439
Pagination
Previous
Next
You can’t perform that action at this time.