mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
In Python 3, iteration order over the contents of a native `dict` is always unpredictable, which results in bugs like bug 1635755 where `xptdata.cpp` has irreproducible content. To avoid this, we be sure to always write out JSON in a fixed, deterministic order. Differential Revision: https://phabricator.services.mozilla.com/D74443 |
||
|---|---|---|
| .. | ||
| xpidl | ||
| setup.py | ||