[pypy-commit] pypy faster-rstruct-2: rpython fix for 32 bit

2017-05-19 Thread antocuni
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

[pypy-commit] pypy faster-rstruct-2: fix the expected JIT ops after the recent W_BytearrayObject changes

2017-05-19 Thread antocuni
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

[pypy-commit] pypy pypy_ctypes_nosegfault_nofastpath: Removed test_segfault.py. The test was in test_functions.py in test_argument_conversion_and_checks

2017-05-19 Thread Dodan
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

[pypy-commit] pypy default: Merged in Dodan/pypy_ctypes/pypy_ctypes_nosegfault_nofastpath (pull request #547)

2017-05-19 Thread cfbolz
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

[pypy-commit] pypy pypy_ctypes_nosegfault_nofastpath: fixed ctypes segfault by removing fastpath. Test in test_segfault.py

2017-05-19 Thread Dodan
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

[pypy-commit] pypy pypy_ctypes_nosegfault_nofastpath: Test_segfault.py now throws ctypes.ArgumentError

2017-05-19 Thread Dodan
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

[pypy-commit] pypy faster-rstruct-2: bah, the two tests shared the same cache, which means that they worked if invoked separately but broke if you tested the whole file

2017-05-19 Thread antocuni
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