This is an archive of the discontinued Mercurial Phabricator instance.

util: convert traceback-related sysstrs to sysbytes in getstackframes
ClosedPublic

Authored by durin42 on Feb 12 2018, 10:30 PM.

Details

Summary

With this change, test-devel-warnings.t passes except for differences
in how ProgrammingError is formatted and one mysterious traceback
inside of transaction.del.

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.

Event Timeline

durin42 created this revision.Feb 12 2018, 10:30 PM
indygreg accepted this revision.Feb 12 2018, 10:46 PM
This revision is now accepted and ready to land.Feb 12 2018, 10:46 PM
This revision was automatically updated to reflect the committed changes.