Author: Antonio Cuni
Branch: faster-rstruct-2
Changeset: r91339:acd0aa896e2d
Date: 2017-05-19 11:51 +0200
http://bitbucket.org/pypy/pypy/changeset/acd0aa896e2d/
Log:rpython fix for 32 bit
diff --git a/rpython/rlib/rstruct/nativefmttable.py
b/rpython/rlib/rstruct/nativefmttable.py
--- a/rpyt
Author: Antonio Cuni
Branch: faster-rstruct-2
Changeset: r91340:1a6ceca7adce
Date: 2017-05-19 12:07 +0200
http://bitbucket.org/pypy/pypy/changeset/1a6ceca7adce/
Log:fix the expected JIT ops after the recent W_BytearrayObject changes
diff --git a/pypy/module/pypyjit/test_pypy_c/test_struct.py
Author: Dodan Mihai
Branch: pypy_ctypes_nosegfault_nofastpath
Changeset: r91343:5823134aebb6
Date: 2017-05-19 15:40 +0300
http://bitbucket.org/pypy/pypy/changeset/5823134aebb6/
Log:Removed test_segfault.py. The test was in test_functions.py in
test_argument_conversion_and_checks
diff
Author: Carl Friedrich Bolz
Branch:
Changeset: r91344:8b4ebb4d87c8
Date: 2017-05-19 12:52 +
http://bitbucket.org/pypy/pypy/changeset/8b4ebb4d87c8/
Log:Merged in Dodan/pypy_ctypes/pypy_ctypes_nosegfault_nofastpath (pull
request #547)
fixed ctypes segfault by removing fast
Author: Dodan Mihai
Branch: pypy_ctypes_nosegfault_nofastpath
Changeset: r91341:96435a57d046
Date: 2017-05-18 17:27 +0300
http://bitbucket.org/pypy/pypy/changeset/96435a57d046/
Log:fixed ctypes segfault by removing fastpath. Test in test_segfault.py
diff --git a/lib_pypy/_ctypes/function.py
Author: Dodan Mihai
Branch: pypy_ctypes_nosegfault_nofastpath
Changeset: r91342:a0c92b42599a
Date: 2017-05-19 10:43 +0300
http://bitbucket.org/pypy/pypy/changeset/a0c92b42599a/
Log:Test_segfault.py now throws ctypes.ArgumentError
diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_segfa
Author: Antonio Cuni
Branch: faster-rstruct-2
Changeset: r91345:ca5fc3f48609
Date: 2017-05-19 16:00 +0200
http://bitbucket.org/pypy/pypy/changeset/ca5fc3f48609/
Log:bah, the two tests shared the same cache, which means that they
worked if invoked separately but broke if you tested the