[issue41297] Remove doctest import from heapq

Ronald Oussoren report at bugs.python.org
Fri Jul 17 05:52:31 EDT 2020


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

I have no opinion on the proposed change.

The "disruption" alex c talks about is that this imports gets seen by modulegraph (and hence pyinstaller and py2app), which will then include doctest and all its dependencies in standalone bundles even though doctest isn't actually used.

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41297>
_______________________________________


More information about the Python-bugs-list mailing list