forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 844509 - Don't encode the configuration that configure passes to …
…config_status. r=nalexander With bug 1575135, we ensure nothing gets out of the configure sandbox as a bytes string. We can thus now avoid the encode() pass in configure.py. We still need, however, to normalize the configuration so that it doesn't contain unexpected types, and conformning to what indented_repr does to the configuration in config.status. While here, convert some obj.iteritems() to six.iteritems(obj). And remove the now unused encode function. Differential Revision: https://phabricator.services.mozilla.com/D42630
- Loading branch information
Showing
2 changed files
with
19 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters