[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: fix stdlib test_math.py

Carl Friedrich Bolz-Tereick foss at heptapod.net
Wed Dec 2 08:10:24 EST 2020



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy


Commits:
07c748c4 by Carl Friedrich Bolz-Tereick at 2020-11-30T19:30:24+01:00
fix stdlib test_math.py

--HG--
branch : py3.7

- - - - -
fad3e3be by Carl Friedrich Bolz-Tereick at 2020-12-01T09:33:22+01:00
fix bug in codecs: it uses a function from the parser, which turned warnings
into SyntaxErrors a bit too eagerly

--HG--
branch : py3.7

- - - - -
e369e19a by Carl Friedrich Bolz-Tereick at 2020-12-01T12:34:31+01:00
move some code around to make it possible to produce proper deprecation
warnings from the compiler, with the right filename and line number

--HG--
branch : py3.7

- - - - -
42d01f73 by Carl Friedrich Bolz-Tereick at 2020-12-01T14:37:37+01:00
undo this change to test_string_literals, we get the same line numbers as CPython now

--HG--
branch : py3.7

- - - - -


9 changed files:

- lib-python/3/test/test_string_literals.py
- pypy/interpreter/astcompiler/astbuilder.py
- pypy/interpreter/astcompiler/fstring.py
- pypy/interpreter/pyparser/parsestring.py
- pypy/interpreter/pyparser/test/apptest_parsestring.py
- pypy/interpreter/unicodehelper.py
- pypy/module/_codecs/test/test_codecs.py
- pypy/module/math/app_math.py
- pypy/module/math/test/test_math.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/a9ea776338833af08cce8d2960f5a6250d61ef9f...42d01f7306e1249436d0b1e4928b56ad46b92167

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a9ea776338833af08cce8d2960f5a6250d61ef9f...42d01f7306e1249436d0b1e4928b56ad46b92167
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20201202/4117d252/attachment.html>


More information about the pypy-commit mailing list