Ronan Lamy pushed to branch branch/default at PyPy / pypy
Commits: a8a77a88 by Ronan Lamy at 2020-06-24T18:27:24+01:00 A branch to remove all implicit str-unicode conversions in RPython --HG-- branch : no-str-unicode-union - - - - - 0840cd16 by Ronan Lamy at 2016-09-04T16:27:31+01:00 Disallow unions of char and unichar, since they make the annotator inconsistent --HG-- branch : no-str-unicode-union - - - - - 6005b031 by Ronan Lamy at 2016-09-04T19:31:19+01:00 Add test for constants --HG-- branch : no-str-unicode-union - - - - - 89853656 by Ronan Lamy at 2016-09-05T00:16:24+01:00 Explicitly forbid comparisons between str and unicode --HG-- branch : no-str-unicode-union - - - - - ac1bee47 by Ronan Lamy at 2020-06-19T16:32:56+01:00 Avoid str-unicode comparisons in runicode --HG-- branch : no-str-unicode-union - - - - - e5095655 by Ronan Lamy at 2020-07-01T14:17:25+00:00 Merge branch 'branch/no-str-unicode-union' into 'branch/default' Remove all implicit str-unicode conversions in RPython See merge request pypy/pypy!732 - - - - - 9 changed files: - rpython/annotator/binaryop.py - rpython/annotator/test/test_annrpython.py - rpython/annotator/test/test_model.py - rpython/rlib/runicode.py - rpython/rtyper/lltypesystem/rstr.py - rpython/rtyper/rstr.py - rpython/rtyper/test/test_rlist.py - rpython/rtyper/test/test_rstr.py - rpython/rtyper/test/test_runicode.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/35eb5004703c83112f4dee3891f7afa3c065c545...e5095655a4f70050de206ca4af7aa04b8c8233d3 -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/35eb5004703c83112f4dee3891f7afa3c065c545...e5095655a4f70050de206ca4af7aa04b8c8233d3 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
