Guido van Rossum <[email protected]> added the comment:
Smaller repro:
./python.exe -m configparser
Bisection shows that this is the call that causes the crash (line 1301):
return _impl(self._name, option, raw=raw, vars=vars,
fallback=fallback, **kwargs)
But just that line doesn't trigger this -- apparently *everything* that came
before it in that file is implicated. Or at least *something* that I haven't
found yet.
Sorry for the play-by-play...
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue41697>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com