Message376285
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... |
|
| Date |
User |
Action |
Args |
| 2020-09-03 05:16:19 | gvanrossum | set | recipients:
+ gvanrossum, blarsen, pablogsal |
| 2020-09-03 05:16:19 | gvanrossum | set | messageid: <[email protected]> |
| 2020-09-03 05:16:19 | gvanrossum | link | issue41697 messages |
| 2020-09-03 05:16:19 | gvanrossum | create | |
|