зеркало из https://github.com/mozilla/gecko-dev.git
598f77baca
After landing bug 1638963, geckoview-junit is Python 3 compatible. But moznetwork isn't still compatible with Python 3 although bug 1428711 is fixed. According to https://docs.python.org/3/library/array.html, - `names = array.array('B', '\0' * bytes)` isn't compatible with Python 3. - `names.tostring()` returns byte array on Python 3 and this is deprecated. Differential Revision: https://phabricator.services.mozilla.com/D85526 |
||
---|---|---|
.. | ||
moznetwork | ||
tests | ||
setup.py |