STINNER Victor <vstin...@python.org> added the comment:

> Thanks for the reply, I don't know exactly what you mean by making a simpler 
> reproducer

Script with less lines and less imports.

> just using pip will cause this issue to happen from time to time, which is 
> why I find it unlikely to be caused by third party libs. 

pip is a 3rd party project using 3rd party C extensions.

"3rd party" means "not maintained by python.org" (not part of the stdlib). See 
also:
https://docs.python.org/dev/library/sys.html#sys.stdlib_module_names

> I'm not really sure where to start.

Set PYTHONDEVMODE=1 in your ~/.bashrc, to run all Python applications with the 
Python Development Mode enabled :-D

Try to reproduce your pip crash with PYTHONDEVMODE=1.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43668>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to