Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Popular repositories
564 contributions in the last year
Contribution activity
January 2020
- benjaminp/netlink Go
- benjaminp/toml Python
Created a pull request in python/cpython that received 8 comments
Created an issue in urllib3/urllib3 that received 1 comment
iterating a closed response improperly produces data
Consider the following script:
import urllib3 http = urllib3.PoolManager()
resp = http.request("GET", "https://www.python.org")
resp.close()
for d …
1
comment