CPython core developer, maintainer of the sqlite3 stdlib extension module. Other interests include CMake, GNU LilyPond, Linux, Git, and SQLite.
-
Inventas AS
- Sandnes, Norway
- https://fosstodon.org/@erlendaasland
Block or Report
Block or report erlend-aasland
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
cpython-source-deps Public
Forked from python/cpython-source-deps
Source for packages that the cpython build process depends on
-
-
-
-
2,620 contributions in the last year
Less
More
Contribution activity
December 2022
Created 3 commits in 1 repository
Reviewed 10 pull requests in 1 repository
python/cpython
10 pull requests
- [3.11] gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (GH-99233)
- [3.10] gh-96002: Add functional test for Argument Clinic (GH-96178)
- [3.11] gh-96002: Add functional test for Argument Clinic (GH-96178)
- gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing
- [3.10] gh-96250: Improve sqlite3 injection attack example (GH-99270)
- [3.11] gh-96250: Improve sqlite3 injection attack example (GH-99270)
- gh-96250: Improve sqlite3 injection attack example
- bpo-15999: Accept arbitrary values for boolean parameters.
- [3.11] gh-99886: Fix crash when freeing objects with managed dictionaries
- Doc: Add summary line to isolation_level & autocommit sqlite3.connect params