Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
Forked from python/cpython-source-deps
Source for packages that the cpython build process depends on
-
-
-
-
173 contributions in the last year
Less
More
Contribution activity
February 2021
Created 3 commits in 1 repository
Created a pull request in python/cpython that received 10 comments
bpo-40956: [regression] first argument in sqlite3.Connection.backup is mandatory
Regression introduced by GH-23838. https://bugs.python.org/issue40956
+18
−22
•
10
comments
Opened 7 other pull requests in 1 repository
python/cpython
2
merged
2
closed
3
open
- bpo-43210: Fix byteswap comment in sha512module.c
- bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments
- bpo-43200: Fix shutil.copy ref. in docs
- bpo-36859: use sqlite3_stmt_readonly() to detect DML statements
- bpo-43094: Update sqlite3 docs to match implementation
- bpo-40077: Convert zoneinfo type to heap type
- bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC