This is an archive of the discontinued Mercurial Phabricator instance.

py3: convert FrameInfo members to bytes
ClosedPublic

Authored by indygreg on Feb 11 2018, 10:45 PM.

Details

Summary

The filename and function name fields are system strings. We need
to convert them to bytes to work with our logging I/O.

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.