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 }}
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
33.4k
Star
69.8k
Code
Issues
5k+
Pull requests
2.1k
Actions
Projects
28
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
51e7a9f
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 28, 2021
Adding whitespace at the end of regression.py
lielfr
committed
51e7a9f
Copy full SHA for 51e7a9f
Fixing the files according to the feedback in the PR
lielfr
committed
d8b4dd6
Copy full SHA for d8b4dd6
Fixed C whitespace error
lielfr
committed
0fcd075
Copy full SHA for 0fcd075
No more crashes from #31746
lielfr
committed
77b2946
Copy full SHA for 77b2946
The first example code doesn't crash anymore.
lielfr
committed
c0920c8
Copy full SHA for c0920c8
Fixing typo, identation and tests according to reviews.
lielfr
committed
9955edf
Copy full SHA for 9955edf
Added regression tests, changed RuntimeError to ProgrammingError, and made closing an uninitialized connection throw a ProgrammingError instead of segfaulting
lielfr
committed
b57a6af
Copy full SHA for b57a6af
bpo-31746: Fixed Segfaults in the sqlite module when uninitialized.
lielfr
committed
bbe3a0e
Copy full SHA for bbe3a0e
bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693)
vstinner
authored
103d5e4
Copy full SHA for 103d5e4
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
Show description for 3b52c8d
Erlend Egeberg Aasland
and
vstinner
authored
3b52c8d
Copy full SHA for 3b52c8d
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
Show description for 3cc481b
3 people
authored
3cc481b
Copy full SHA for 3cc481b
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
Show description for baecfbd
barneygale
authored
baecfbd
Copy full SHA for baecfbd
bpo-41559: Change PEP 612 implementation to pure Python (#25449)
Fidget-Spinner
authored
859577c
Copy full SHA for 859577c
bpo-43955: Handle the case where the distutils warning has already been triggered (GH-25675)
zooba
authored
c1a9535
Copy full SHA for c1a9535
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)
Show description for 4c49be7
scoder
authored
4c49be7
Copy full SHA for 4c49be7
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)
Show description for fe52eb6
vstinner
authored
fe52eb6
Copy full SHA for fe52eb6
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
Show description for 32c5a17
vstinner
authored
32c5a17
Copy full SHA for 32c5a17
bpo-43960: test_pdb resets breakpoints (GH-25673)
Show description for 21b02b5
iritkatriel
authored
21b02b5
Copy full SHA for 21b02b5
bpo-43776: Remove list call from args in Popen repr (GH-25338)
Show description for db0c5b7
mpkocher
authored
db0c5b7
Copy full SHA for db0c5b7
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Show description for f9bedb6
Ma Lin
authored
f9bedb6
Copy full SHA for f9bedb6
bpo-43963: Add _signal module state (GH-25676)
Show description for a5e6444
vstinner
authored
a5e6444
Copy full SHA for a5e6444
bpo-37751: Update `codecs.register()` doc. (GH-25643)
methane
authored
5c84bb5
Copy full SHA for 5c84bb5
Commits on Apr 27, 2021
bpo-43963: Fix import _signal in subinterpreters (GH-25674)
Show description for a09766d
vstinner
authored
a09766d
Copy full SHA for a09766d
bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)
Show description for 6bd9288
ethanfurman
authored
6bd9288
Copy full SHA for 6bd9288
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850)
Show description for 9aea31d
asottile
authored
9aea31d
Copy full SHA for 9aea31d
Fix generated file name for installer builds on macOS 11+. (GH-25661)
ned-deily
authored
8a37463
Copy full SHA for 8a37463
bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
Erlend Egeberg Aasland
authored
ce82781
Copy full SHA for ce82781
bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
Erlend Egeberg Aasland
authored
bf0c7c0
Copy full SHA for bf0c7c0
bpo-43864: Silence deprecation warning in test_importlib.test_module_found and test_importlib.test_module_not_found (GH-25656)
shreyanavigyan
authored
e3bf179
Copy full SHA for e3bf179
bpo-43766: Fix TypeGuard docs (#25660)
Fidget-Spinner
authored
99fdd78
Copy full SHA for 99fdd78
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)
Fidget-Spinner
authored
05ab4b6
Copy full SHA for 05ab4b6
bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24644)
uranusjr
authored
d925133
Copy full SHA for d925133
Fix thread locks in zlib module may go wrong in rare case. (#22126)
Show description for 93f4118
Ma Lin
authored
93f4118
Copy full SHA for 93f4118
bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648)
methane
authored
878bc8b
Copy full SHA for 878bc8b
bpo-43651: Fix EncodingWarning in zipfile (GH-25650)
methane
authored
caae717
Copy full SHA for caae717
Pagination
Previous
Next
You can’t perform that action at this time.