Reputation: 792
Python 3.7.4 urllib
has an issue in request.py
- MemoryError has thrown because of
_load_windows_store_certs
- in my case it happened after requesting different https URL many times, memory consumption was increasing until program execution failed.
Upvotes: 0
Views: 104
Reputation: 792
UPDATE: fixed by updating Python version from 3.7.4 to 3.8.1 (released in Dec. 18, 2019)
Read more in Python changelog
Upvotes: 1