( )⚙ D6046 global: use raw strings for __slots__

This is an archive of the discontinued Mercurial Phabricator instance.

global: use raw strings for __slots__
ClosedPublic

Authored by indygreg on Mar 2 2019, 4:26 PM.

Details

Summary

Otherwise Python 2 will coerce unicode to str at module load time.
We don't like automatic string coercions.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Mar 2 2019, 4:26 PM
This revision was automatically updated to reflect the committed changes.