Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
e65e6f10 by Yannick Jadoul at 2020-06-18T17:59:30+02:00
Implement bpo-30465: Fix lineno and col_offset in fstring AST nodes

--HG--
branch : py3.6

- - - - -
654108ff by Yannick Jadoul at 2020-06-18T18:50:11+02:00
Fix annotation in f_string_compile

--HG--
branch : py3.6

- - - - -
e4a30913 by Yannick Jadoul at 2020-06-18T22:56:04+02:00
Convert pypy/objspace/std/test/test_fstring.py into new-style apptest_fstring.py

--HG--
branch : py3.6

- - - - -
5299574c by Yannick Jadoul at 2020-06-21T00:59:42+02:00
Fix test_error_unknown_code in apptest_fstring, and add test on unicode

--HG--
branch : py3.6

- - - - -
de4bcd27 by Matti Picus at 2020-06-21T21:27:38+03:00
make sure _cffi_backed tests are run with the correct compiler

- - - - -
b782f178 by Ronan Lamy at 2020-06-22T18:39:32+00:00
Merge branch 'topic/py3.6/py3.6-bpo-30465' into 'branch/py3.6'

Implement bpo-30465: Fix lineno and col_offset in fstring AST nodes

See merge request pypy/pypy!730

--HG--
branch : py3.6

- - - - -
058003c4 by Matti Picus at 2020-06-24T11:20:19+03:00
make sure cpyext tests are run with the correct compiler

- - - - -
302e2372 by Armin Rigo at 2020-06-25T13:57:04+02:00
Fixes for 560856d4f545: need to add an ARRAYMOVE operation in the jit, similar
to ARRAYCOPY

- - - - -
f7c966d0 by Armin Rigo at 2020-06-25T16:39:54+02:00
fix tests

- - - - -
b53d7fb5 by Armin Rigo at 2020-06-26T11:18:36+02:00
Fix for recent versions of gcc when running the cpyext tests:
the 'all_exceptions' lists global variables that would end up
being defined twice, in both 'code' and 'struct_source', ending
up in two .c files.  Older versions of gcc seem happy about that
but newer versions complain.

- - - - -
9f503a6e by Armin Rigo at 2020-06-26T11:19:30+02:00
#3251

PySet_Add fails on frozenset.  Fixed

- - - - -
40d4488f by Matti Picus at 2020-06-26T12:33:14+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -
fa0f2a1c by Matti Picus at 2020-06-26T12:33:35+03:00
merge py3.6 into branch

--HG--
branch : py3.7

- - - - -
808d64b3 by Matti Picus at 2020-06-26T15:01:43+03:00
fix _ssl sni callback, test teardown dangling thread check

--HG--
branch : py3.7

- - - - -


27 changed files:

- lib-python/3/test/support/__init__.py
- lib-python/3/test/test_fstring.py
- lib_pypy/_cffi_ssl/_stdssl/__init__.py
- pypy/interpreter/astcompiler/fstring.py
- pypy/module/cpyext/api.py
- + pypy/module/cpyext/conftest.py
- pypy/module/cpyext/setobject.py
- pypy/module/cpyext/test/test_setobject.py
- pypy/objspace/std/setobject.py
- + pypy/objspace/std/test/apptest_fstring.py
- − pypy/objspace/std/test/test_fstring.py
- rpython/jit/codewriter/effectinfo.py
- rpython/jit/codewriter/jtransform.py
- rpython/jit/codewriter/support.py
- rpython/jit/codewriter/test/test_jtransform.py
- rpython/jit/codewriter/test/test_list.py
- rpython/jit/codewriter/test/test_void_list.py
- rpython/jit/metainterp/heapcache.py
- rpython/jit/metainterp/optimizeopt/rewrite.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py
- rpython/jit/metainterp/optimizeopt/test/test_util.py
- rpython/jit/metainterp/test/test_heapcache.py
- rpython/jit/metainterp/test/test_list.py
- rpython/memory/gctransform/test/test_framework.py
- rpython/rlib/rgc.py
- rpython/rlib/test/test_rgc.py
- rpython/rtyper/rlist.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/14dd1c352706e15fbd8b5cffd24afc5500260463...808d64b34c02c568581e65ce3e779a4874ff50ac

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/14dd1c352706e15fbd8b5cffd24afc5500260463...808d64b34c02c568581e65ce3e779a4874ff50ac
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

Reply via email to