-
Notifications
You must be signed in to change notification settings - Fork 11
Module loading slow on large systems #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
|
We now have a fix in cpython itself: python/cpython#3684 |
urllib3/urllib3#1270 has been merged! |
Will be fixed upstream. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've experienced a multiple second delay when importing iocage on a large system. After figuring out the problem exists when loading modules, I've tried to debug and found a few issues in other places reporting similar occasions. Please excuse my debug print outputs here: https://asciinema.org/a/aISpNg4EIb31BS78uMXFBsxFM
Packages that were found to be slow:
(After resting a self-written implementation of uuid, the next candidate
requests
shows up).See also:
The text was updated successfully, but these errors were encountered: