On 30Sep2019 10:28, Tobiah <t...@tobiah.org> wrote:
On 9/30/19 9:54 AM, Chris Angelico wrote:
On Tue, Oct 1, 2019 at 1:56 AM Tobiah <t...@tobiah.org> wrote:
It was much faster with -S and instantaneous with -E. I had a directory
in my PYTHONPATH that I mount with sshfs from a server.  For some reason
that mount is very slow.  Thanks for helping me figure this out.

For the future: you can often see something this slow with an strace:

 strace python

Watch what it is doing when it stalls.

Cheers,
Cameron Simpson <c...@cskk.id.au>
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to