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


Commits:
a19df634 by Armin Rigo at 2020-07-28T12:41:32+02:00
missing adds

- - - - -
85c1ef7b by Matti Picus at 2020-07-28T19:22:26+03:00
CPython does not reset the errno, and numpy checks that it errored

--HG--
branch : py3.6

- - - - -
2e1afcfc by Matti Picus at 2020-07-28T20:30:43+03:00
the numpy interaction is a bit more subtle

--HG--
branch : py3.6

- - - - -
e8c801ee by Armin Rigo at 2020-07-29T17:08:06+02:00
update libffi_msvc by copying the fixes done in cffi

- - - - -
4d62734f by Matti Picus at 2020-07-29T19:06:45+03:00
tweak signature

- - - - -
4d43b6d6 by Matti Picus at 2020-07-30T09:53:03+03:00
test, implement PyUnicode_{Find,Read,Write}Char, issue 3272

--HG--
branch : py3.6

- - - - -
27a6dc4d by Matti Picus at 2020-07-30T11:33:33+03:00
export the signature to a header file

- - - - -
06c051ce by Armin Rigo at 2020-07-30T10:46:41+02:00
hg merge default

--HG--
branch : py3.6

- - - - -
35ead98f by Armin Rigo at 2020-07-30T11:12:35+02:00
fix for struct returns on windows

- - - - -
92adcedb by Armin Rigo at 2020-07-30T11:13:20+02:00
hg merge default

--HG--
branch : py3.6

- - - - -
72c6a287 by Armin Rigo at 2020-07-30T11:21:34+02:00
typo

- - - - -
17a4ac23 by Armin Rigo at 2020-07-30T11:21:48+02:00
hg merge default

--HG--
branch : py3.6

- - - - -
e2a1d09a by Armin Rigo at 2020-07-30T11:24:24+02:00
next try

- - - - -
ae2fbb1b by Armin Rigo at 2020-07-30T11:24:37+02:00
hg merge default

--HG--
branch : py3.6

- - - - -
f44c09a9 by Armin Rigo at 2020-07-30T15:30:00+02:00
get rid of the pre-version-80 support.  It was buggy because it expected output 
from cl.exe in English and wouldn't recognize the output in French, for 
example

- - - - -
b702119b by Armin Rigo at 2020-07-30T15:30:43+02:00
hg merge default

--HG--
branch : py3.6

- - - - -
81e0c554 by Armin Rigo at 2020-07-30T16:18:24+02:00
let the signal handler set a windows event, like it does in CPython 3.6

- - - - -
aa4a85b8 by Armin Rigo at 2020-07-30T16:19:14+02:00
hg merge default

--HG--
branch : py3.6

- - - - -
13634a91 by Armin Rigo at 2020-07-30T16:19:56+02:00
CtrlHandlerRoutine is not called while we're in a time.sleep().  Use the 
signal handler to set the event

--HG--
branch : py3.6

- - - - -
5c9c6385 by Matti Picus at 2020-07-30T17:37:29+03:00
tweak c4f64ef3a071 (version is shown on stdout when running tests)

- - - - -
17fcee55 by Matti Picus at 2020-07-30T17:33:16+03:00
fix skip to allow tests to run

- - - - -
f6a00c11 by Matti Picus at 2020-07-31T07:21:48+03:00
"inherit" from rsignal's eci to fix compilation

--HG--
branch : py3.6

- - - - -
bdefcbb1 by Matti Picus at 2020-07-31T07:22:54+03:00
initialize value

- - - - -
932b0cf8 by Matti Picus at 2020-07-31T07:24:49+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -
dfab764f by Matti Picus at 2020-07-31T07:25:39+03:00
merge py3.6 into py3.7

--HG--
branch : py3.7

- - - - -


15 changed files:

- + extra_tests/cffi_tests/cffi1/test_function_args.py
- + extra_tests/cffi_tests/embedding/withunicode.py
- pypy/module/_cffi_backend/ctypefunc.py
- pypy/module/cpyext/pystrtod.py
- pypy/module/cpyext/test/test_unicodeobject.py
- pypy/module/cpyext/unicodeobject.py
- pypy/module/time/interp_time.py
- rpython/rlib/clibffi.py
- rpython/rlib/test/test_rsocket.py
- rpython/translator/c/src/libffi_msvc/ffi.c
- rpython/translator/c/src/libffi_msvc/prep_cif.c
- rpython/translator/c/src/libffi_msvc/types.c
- rpython/translator/c/src/libffi_msvc/win32.c
- rpython/translator/c/src/signals.c
- rpython/translator/platform/windows.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/d3dac04863a7a80cbd8c3abf2aa840bb7fc5979e...dfab764fe967a7f5593aa651e3869dcf07b72796

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/d3dac04863a7a80cbd8c3abf2aa840bb7fc5979e...dfab764fe967a7f5593aa651e3869dcf07b72796
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to