This is an archive of the discontinued Mercurial Phabricator instance.

py3: add extra traceback line present on Python 3.8
ClosedPublic

Authored by indygreg on Jan 18 2020, 4:18 PM.

Details

Summary

I'm not sure why Python 3.8 is outputting this line. It
appears to be a change in behavior of formatting tracebacks on
Python 3.8. So let's add it to expected output.

With this change, test-hook.t now passes on Python 3.8.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.