[pypy-commit] [Git][pypy/pypy][branch/default] fix test

2022-11-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 95f84887 by Matti Picus at 2022-11-27T04:33:39+02:00 fix test - - - - - 1 changed file: - rpython/translator/test/test_driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/95f848870e3a17eec21906f9e

[pypy-commit] [Git][pypy/pypy][branch/default] fix name confusion (sorry Wenzel)

2022-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: af6f6645 by Matti Picus at 2022-11-21T17:21:56+02:00 fix name confusion (sorry Wenzel) - - - - - 3 changed files: - LICENSE - pypy/doc/contributor.rst - pypy/doc/tool/makecontributor.py View it on Heptapod: https://foss.

[pypy-commit] [Git][pypy/pypy][branch/default] fix a bug in 82fa24d66349: the code path that passed constants along a link to

2022-11-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 031c6f4c by Carl Friedrich Bolz-Tereick at 2022-11-19T14:30:02+01:00 fix a bug in 82fa24d66349: the code path that passed constants along a link to a block with several predecessors was broken in the presence of

[pypy-commit] [Git][pypy/pypy][branch/default] fix

2022-10-25 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 92f1f683 by Carl Friedrich Bolz-Tereick at 2022-10-25T16:55:23+02:00 fix - - - - - 1 changed file: - rpython/jit/metainterp/test/test_warmstate.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/

[pypy-commit] [Git][pypy/pypy][branch/default] fix sphinx formatting

2022-10-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 91173edd by Matti Picus at 2022-10-22T22:22:44+03:00 fix sphinx formatting - - - - - 1 changed file: - pypy/doc/jit_help.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/91173edd34f9d054f486360f9b249

[pypy-commit] [Git][pypy/pypy][branch/default] fix typo

2022-10-07 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 7b5e9d2e by Carl Friedrich Bolz-Tereick at 2022-10-07T14:33:52+02:00 fix typo - - - - - 1 changed file: - pypy/module/__pypy__/interp_builders.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-

[pypy-commit] [Git][pypy/pypy][branch/default] fix yaml formatting

2022-09-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1909df15 by Matti Picus at 2022-09-24T22:41:01+03:00 fix yaml formatting - - - - - 1 changed file: - .readthedocs.yaml View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1909df1598caed2cfb37b1361db165eda28

[pypy-commit] [Git][pypy/pypy][branch/default] fix/extend gc.hooks documentation

2022-09-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a0d956d7 by Matti Picus at 2022-09-08T13:03:04+03:00 fix/extend gc.hooks documentation - - - - - 1 changed file: - pypy/doc/gc_info.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a0d956d71290e60672

[pypy-commit] [Git][pypy/pypy][branch/default] fix backend tests

2022-09-07 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 31015b73 by Carl Friedrich Bolz-Tereick at 2022-09-07T13:03:48+02:00 fix backend tests - - - - - 1 changed file: - rpython/jit/codewriter/liveness.py View it on Heptapod: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/default] fix bogus tests: always pass utf-8 encoded unicode strings, not the unicode type

2022-08-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: f1039fad by Carl Friedrich Bolz-Tereick at 2022-08-23T09:16:54+02:00 fix bogus tests: always pass utf-8 encoded unicode strings, not the unicode type - - - - - 1 changed file: - rpython/rlib/rsre/test/test_s

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation

2022-07-25 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f4414f71 by Matti Picus at 2022-07-26T06:23:32+03:00 fix translation - - - - - 1 changed file: - rpython/rlib/rsocket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/f4414f71b7d22ad42df7ee115f2ac10c4

[pypy-commit] [Git][pypy/pypy][branch/default] fix the flowspace tests when running on top of pypy

2022-07-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: abfbaa82 by Carl Friedrich Bolz-Tereick at 2022-07-16T20:03:17+02:00 fix the flowspace tests when running on top of pypy - - - - - 1 changed file: - rpython/flowspace/test/test_objspace.py View it on Hepta

[pypy-commit] [Git][pypy/pypy][branch/default] fix comment

2022-05-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 72f29b20 by Matti Picus at 2022-05-29T07:42:30+03:00 fix comment - - - - - 1 changed file: - rpython/jit/backend/x86/regalloc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/72f29b200d6ec89fd545f7d3c

[pypy-commit] [Git][pypy/pypy][branch/default] fix error checking

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 4e6f2b80 by Carl Friedrich Bolz-Tereick at 2022-05-28T09:04:21+02:00 fix error checking - - - - - 2 changed files: - lib_pypy/_structseq.py - pypy/module/test_lib_pypy/test_structseq.py View it on Heptapod

[pypy-commit] [Git][pypy/pypy][branch/default] fix test

2022-05-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 4f20dae5 by Carl Friedrich Bolz-Tereick at 2022-05-28T07:53:25+02:00 fix test - - - - - 1 changed file: - pypy/module/__pypy__/test/test_special.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/default] fix and unify the error paths

2022-05-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: ab597702 by Carl Friedrich Bolz-Tereick at 2022-05-21T11:36:56+02:00 fix and unify the error paths - - - - - 2 changed files: - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_ajit.py

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation on windows

2022-05-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0f8ed1aa by Matti Picus at 2022-05-15T22:34:32+03:00 fix translation on windows - - - - - 1 changed file: - rpython/rlib/rsocket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/0f8ed1aa34b9bba2f53b14

[pypy-commit] [Git][pypy/pypy][branch/default] fix test

2022-05-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 95349b79 by Matti Picus at 2022-05-15T07:35:22+03:00 fix test - - - - - 1 changed file: - pypy/module/cpyext/test/test_dictobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/95349b7931d1ea20fa5e5

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation (some timsort users don't use lists at all, apparently)

2022-04-01 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 2cb152ed by Carl Friedrich Bolz-Tereick at 2022-04-01T19:41:57+02:00 fix translation (some timsort users don't use lists at all, apparently) - - - - - 1 changed file: - rpython/rlib/listsort.py View it on

[pypy-commit] [Git][pypy/pypy][branch/default] fix backport: the value is not const on Python2.7

2022-03-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8cd6782f by Matti Picus at 2022-03-27T09:27:40+03:00 fix backport: the value is not const on Python2.7 - - - - - 1 changed file: - pypy/module/cpyext/methodobject.py View it on Heptapod: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/default] Fix compatibility with pytest 4.* for -D tests (with many warnings though)

2022-03-23 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 9981aa32 by Ronan Lamy at 2022-03-24T00:59:48+00:00 Fix compatibility with pytest 4.* for -D tests (with many warnings though) - - - - - 1 changed file: - pypy/conftest.py View it on Heptapod: https://foss.heptapod.net/py

[pypy-commit] [Git][pypy/pypy][branch/default] fix link

2022-03-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 210b0b17 by Matti Picus at 2022-03-14T14:28:09+02:00 fix link - - - - - 1 changed file: - rpython/translator/c/src/thread_gil.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/210b0b17dff76f80b479da173a

[pypy-commit] [Git][pypy/pypy][branch/default] fix for PySequence_GetItem('a', -2)

2022-02-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b604be75 by Matti Picus at 2022-02-20T15:37:14+02:00 fix for PySequence_GetItem('a', -2) - - - - - 2 changed files: - pypy/module/cpyext/sequence.py - pypy/module/cpyext/test/test_sequence.py View it on Heptapod: https:/

[pypy-commit] [Git][pypy/pypy][branch/default] fix some typos

2022-02-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1bea3853 by Matti Picus at 2022-02-19T19:08:31+02:00 fix some typos - - - - - 1 changed file: - pypy/doc/release-v7.3.8.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1bea38536070213a8dde9d21c99add

[pypy-commit] [Git][pypy/pypy][branch/default] fix link, the trace issue is a bit more general

2022-02-18 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 16b59966 by Carl Friedrich Bolz-Tereick at 2022-02-18T12:41:05+01:00 fix link, the trace issue is a bit more general - - - - - 1 changed file: - pypy/doc/release-v7.3.8.rst View it on Heptapod: https://fo

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation

2022-02-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 537f60da by Matti Picus at 2022-02-07T23:41:53+02:00 fix translation - - - - - 1 changed file: - rpython/rlib/_rsocket_rffi.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/537f60da6a2f57d4a46d4835edf

[pypy-commit] [Git][pypy/pypy][branch/default] fix broken link, issue 3638

2022-01-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e5caf7a5 by Matti Picus at 2022-01-14T16:30:40+02:00 fix broken link, issue 3638 - - - - - 1 changed file: - pypy/doc/gc_info.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e5caf7a536b219d2ae9baf7e

[pypy-commit] [Git][pypy/pypy][branch/default] fix for python2 call to winreg.OpenKeyEx without kwargs (issue 3595)

2022-01-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 56c8782a by Matti Picus at 2022-01-12T10:41:47+02:00 fix for python2 call to winreg.OpenKeyEx without kwargs (issue 3595) - - - - - 1 changed file: - lib-python/2.7/distutils/_msvccompiler.py View it on Heptapod: https:/

[pypy-commit] [Git][pypy/pypy][branch/default] fix pyrolog link

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: a12f6591 by Carl Friedrich Bolz-Tereick at 2022-01-03T10:34:37+01:00 fix pyrolog link - - - - - 1 changed file: - rpython/doc/examples.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit

[pypy-commit] [Git][pypy/pypy][branch/default] fix test_enforceargs_not_constant in test_objectmodel.py

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 3759e134 by Carl Friedrich Bolz-Tereick at 2022-01-03T10:15:37+01:00 fix test_enforceargs_not_constant in test_objectmodel.py (broken by fb1d3c8896bf, thanks mattip for noticing!) - - - - - 1 changed file:

[pypy-commit] [Git][pypy/pypy][branch/default] fix test

2022-01-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1cb538fc by Matti Picus at 2022-01-01T12:13:27+02:00 fix test - - - - - 1 changed file: - lib-python/2.7/test/test_syntax.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/1cb538fc806753a0ccd68c71ed308

[pypy-commit] [Git][pypy/pypy][branch/default] fix condition for windows

2022-01-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 09600a04 by Matti Picus at 2022-01-01T14:05:38+02:00 fix condition for windows - - - - - 1 changed file: - pypy/module/_socket/interp_socket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/09600a04d6

[pypy-commit] [Git][pypy/pypy][branch/default] fix failing test

2021-12-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d00d0100 by Matti Picus at 2021-12-12T18:35:41+02:00 fix failing test - - - - - 1 changed file: - lib-python/2.7/test/test_syntax.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d00d010017bc5e111ff0f

[pypy-commit] [Git][pypy/pypy][branch/default] fix error location of global declarations

2021-12-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 2a79853f by Carl Friedrich Bolz-Tereick at 2021-12-11T21:38:01+01:00 fix error location of global declarations - - - - - 2 changed files: - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/astcomp

[pypy-commit] [Git][pypy/pypy][branch/default] fix exe and dll naming for windows

2021-12-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: fae82018 by Matti Picus at 2021-12-08T20:36:21+02:00 fix exe and dll naming for windows - - - - - 3 changed files: - rpython/translator/c/genc.py - rpython/translator/c/test/test_standalone.py - rpython/translator/platform/

[pypy-commit] [Git][pypy/pypy][branch/default] fix 029294a18e39 for outside virtualenv where there is no sys.base_prefix

2021-12-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: bbd294e7 by Matti Picus at 2021-12-06T06:17:18+02:00 fix 029294a18e39 for outside virtualenv where there is no sys.base_prefix - - - - - 1 changed file: - lib-python/2.7/distutils/sysconfig_pypy.py View it on Heptapod: h

[pypy-commit] [Git][pypy/pypy][branch/default] fix for windows: py.path.local cannot deal with multiple '.' in name cleanly

2021-12-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 83a4c648 by Matti Picus at 2021-12-06T05:39:14+02:00 fix for windows: py.path.local cannot deal with multiple '.' in name cleanly - - - - - 1 changed file: - rpython/translator/driver.py View it on Heptapod: https://fos

[pypy-commit] [Git][pypy/pypy][branch/default] fix codecs tests, seems the default has just always been wrong (but it didn't matter so far)

2021-12-04 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00 fix codecs tests, seems the default has just always been wrong (but it didn't matter so far) - - - - - 1 changed file: - pypy/module/_cod

[pypy-commit] [Git][pypy/pypy][branch/default] fix for windows

2021-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 581e713d by Matti Picus at 2021-11-22T08:49:30+02:00 fix for windows - - - - - 1 changed file: - rpython/rlib/rfloat.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/581e713d2c058dfa58506d5f1a630a8bec

[pypy-commit] [Git][pypy/pypy][branch/default] fix table

2021-10-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2f44226f by Matti Picus at 2021-10-13T23:54:39+03:00 fix table - - - - - 1 changed file: - pypy/doc/build.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2f44226f80d73f52532f4f9f3035e1289a74282f --

[pypy-commit] [Git][pypy/pypy][branch/default] fix d3a0f53969da

2021-10-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 4095a835 by Matti Picus at 2021-10-10T06:42:57+03:00 fix d3a0f53969da - - - - - 1 changed file: - rpython/translator/platform/posix.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/4095a835bd620af4922

[pypy-commit] [Git][pypy/pypy][branch/default] fix test_pypy_c, goes with 0012ea4931c1

2021-09-29 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 3e6f1303 by Carl Friedrich Bolz-Tereick at 2021-09-29T13:01:44+02:00 fix test_pypy_c, goes with 0012ea4931c1 - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_instance.py View it on Heptapod

[pypy-commit] [Git][pypy/pypy][branch/default] fix 7da4cfec5f00

2021-09-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3cc08f4e by Matti Picus at 2021-09-04T19:51:19+03:00 fix 7da4cfec5f00 - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/3cc08f4ead689898dc3bda38363c6

[pypy-commit] [Git][pypy/pypy][branch/default] fix Vanessa's first name (see https://twitter.com/codefrau )

2021-09-04 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 9826e532 by Carl Friedrich Bolz-Tereick at 2021-09-04T15:27:50+02:00 fix Vanessa's first name (see https://twitter.com/codefrau ) - - - - - 3 changed files: - LICENSE - pypy/doc/contributor.rst - pypy/doc/to

[pypy-commit] [Git][pypy/pypy][branch/default] fix rposix

2021-07-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b6da37bf by Matti Picus at 2021-07-14T07:22:55+03:00 fix rposix - - - - - 1 changed file: - rpython/rlib/rposix.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/b6da37bf92bcde69db1773220546cca827dcd7e

[pypy-commit] [Git][pypy/pypy][branch/default] fix test for windows

2021-07-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a60baa2d by Matti Picus at 2021-07-13T10:51:55+03:00 fix test for windows - - - - - 1 changed file: - rpython/rlib/test/test_rbigint.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a60baa2d4dc859dddf

[pypy-commit] [Git][pypy/pypy][branch/default] fix #3148: implement -X jit-off to turn the JIT off

2021-04-30 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 0d2b9e3b by Carl Friedrich Bolz-Tereick at 2021-04-30T17:30:40+02:00 fix #3148: implement -X jit-off to turn the JIT off - - - - - 2 changed files: - pypy/interpreter/app_main.py - pypy/interpreter/test/test

[pypy-commit] [Git][pypy/pypy][branch/default] fix issue #3440: when assigning the full slice of a list, evaluate the rhs

2021-04-16 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 87feda40 by Carl Friedrich Bolz-Tereick at 2021-04-16T11:29:34+02:00 fix issue #3440: when assigning the full slice of a list, evaluate the rhs before clearing the list - - - - - 2 changed files: - pypy/objs

[pypy-commit] [Git][pypy/pypy][branch/default] fix jit generation problem

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 336a0402 by Carl Friedrich Bolz-Tereick at 2021-04-14T12:12:43+02:00 fix jit generation problem - - - - - 1 changed file: - pypy/module/_collections/interp_deque.py View it on GitLab: https://foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/default] fix needed for testing

2021-03-31 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a40f4f9a by Matti Picus at 2021-04-01T08:23:08+03:00 fix needed for testing - - - - - 1 changed file: - lib_pypy/pyrepl/reader.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a40f4f9a63620b90fea16f347b

[pypy-commit] [Git][pypy/pypy][branch/default] fix regex (backported from CPython 2.7.18)

2021-03-31 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e9a550aa by Matti Picus at 2021-03-31T18:05:22+03:00 fix regex (backported from CPython 2.7.18) - - - - - 1 changed file: - lib-python/2.7/ctypes/test/test_macholib.py View it on GitLab: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/default] fix test

2021-03-29 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 0072a8cc by Carl Friedrich Bolz-Tereick at 2021-03-30T08:03:09+02:00 fix test - - - - - 1 changed file: - pypy/interpreter/test/test_zzpickle_and_slow.py View it on GitLab: https://foss.heptapod.net/pypy/

[pypy-commit] [Git][pypy/pypy][branch/default] fix 8824760015f0

2021-03-28 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f3a3f13d by Matti Picus at 2021-03-29T08:31:55+03:00 fix 8824760015f0 - - - - - 1 changed file: - pypy/module/cpyext/bytesobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/f3a3f13d3ad17c2f7ba2bad8

[pypy-commit] [Git][pypy/pypy][branch/default] fix the get_printable_location of rsre jit

2021-03-26 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 3745fe8c by Carl Friedrich Bolz-Tereick at 2021-03-26T11:27:46+01:00 fix the get_printable_location of rsre jit - - - - - 2 changed files: - pypy/module/_sre/interp_sre.py - rpython/rlib/rsre/rsre_jit.py V

[pypy-commit] [Git][pypy/pypy][branch/default] fix import, make tests follow the implementation (test_reader does not exist in upstream)

2021-03-25 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: edd6f2c0 by Matti Picus at 2021-03-25T18:33:24+02:00 fix import, make tests follow the implementation (test_reader does not exist in upstream) - - - - - 2 changed files: - extra_tests/test_pyrepl/test_curses.py - extra_tes

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation

2021-03-20 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 92d6cfab by Carl Friedrich Bolz-Tereick at 2021-03-20T16:06:33+01:00 fix translation - - - - - 1 changed file: - pypy/objspace/std/listobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/co

[pypy-commit] [Git][pypy/pypy][branch/default] fix for windows

2021-03-08 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e029ceb6 by Matti Picus at 2021-03-09T08:23:54+02:00 fix for windows - - - - - 1 changed file: - rpython/rlib/rmmap.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/e029ceb6e0df14cd58575bd2f8081bb0e9db8

[pypy-commit] [Git][pypy/pypy][branch/default] fix incorrect test

2021-03-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 9acd6b83 by Carl Friedrich Bolz-Tereick at 2021-03-03T10:15:29+01:00 fix incorrect test - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/test/test_intbound.py View it on GitLab: https://foss

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation (can't iterate over tuples in rpython)

2021-03-02 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 662757c6 by Carl Friedrich Bolz-Tereick at 2021-03-02T21:37:47+01:00 fix translation (can't iterate over tuples in rpython) - - - - - 1 changed file: - pypy/module/cpyext/api.py View it on GitLab: https:/

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation error on 32b Linux

2021-02-17 Thread wlav
wlav pushed to branch branch/default at PyPy / pypy Commits: 99f66f1a by Wim Lavrijsen at 2021-02-17T18:34:42-08:00 fix translation error on 32b Linux - - - - - 1 changed file: - pypy/module/_cppyy/capi/loadable_capi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/99f6

[pypy-commit] [Git][pypy/pypy][branch/default] fix C warning, lltype.Signed is a long, not an int

2021-02-17 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: a722c1aa by Carl Friedrich Bolz-Tereick at 2021-02-17T12:52:08+01:00 fix C warning, lltype.Signed is a long, not an int - - - - - 1 changed file: - rpython/rlib/_rsocket_rffi.py View it on GitLab: https:/

[pypy-commit] [Git][pypy/pypy][branch/default] fix test_ast.

2021-02-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: b3477d17 by Carl Friedrich Bolz-Tereick at 2021-02-03T10:49:53+01:00 fix test_ast. - - - - - 1 changed file: - pypy/interpreter/astcompiler/test/test_ast.py View it on GitLab: https://foss.heptapod.net/py

[pypy-commit] [Git][pypy/pypy][branch/default] Fix signature of PyEval_EvalCode

2021-01-23 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d5c6dc68 by Matti Picus at 2021-01-23T20:53:31+02:00 Fix signature of PyEval_EvalCode - - - - - 1 changed file: - pypy/module/cpyext/eval.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/d5c6dc6817c4d44

[pypy-commit] [Git][pypy/pypy][branch/default] fix a bug in the heapcache around nonstandard virtualizables (it doesn't occur

2021-01-18 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 4c86e202 by Carl Friedrich Bolz-Tereick at 2021-01-18T16:44:45+01:00 fix a bug in the heapcache around nonstandard virtualizables (it doesn't occur in pypy, but I had it in another jit recently): in some rare w

[pypy-commit] [Git][pypy/pypy][branch/default] fix a missing error in pypy: bare except:-clauses should come last

2020-12-07 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 1ab6b0dc by Carl Friedrich Bolz-Tereick at 2020-12-07T12:30:25+01:00 fix a missing error in pypy: bare except:-clauses should come last - - - - - 2 changed files: - pypy/interpreter/astcompiler/codegen.py -

[pypy-commit] [Git][pypy/pypy][branch/default] fix position of elif clauses in the ast

2020-11-30 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 21e613af by Carl Friedrich Bolz-Tereick at 2020-11-30T14:32:54+01:00 fix position of elif clauses in the ast - - - - - 2 changed files: - pypy/interpreter/astcompiler/astbuilder.py - pypy/interpreter/astcomp

[pypy-commit] [Git][pypy/pypy][branch/default] fix link for topaz

2020-11-05 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3073e023 by Matti Picus at 2020-11-05T20:32:30+02:00 fix link for topaz - - - - - 1 changed file: - pypy/doc/faq.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/3073e0234477b1ce1323d0ff569ae48d12c

[pypy-commit] [Git][pypy/pypy][branch/default] fix (again) avoid python since it needs LD_LIBRARY_PATH on buildbot workers

2020-10-07 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 24f76b1c by Matti Picus at 2020-10-08T07:29:54+03:00 fix (again) avoid python since it needs LD_LIBRARY_PATH on buildbot workers - - - - - 1 changed file: - extra_tests/test_os.py View it on GitLab: https://foss.heptapod

[pypy-commit] [Git][pypy/pypy][branch/default] fix failing tests

2020-10-05 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 4bd4f38e by Matti Picus at 2020-10-06T08:48:26+03:00 fix failing tests - - - - - 1 changed file: - extra_tests/test_os.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/4bd4f38eaacc07e40c205aa6779fc12209

[pypy-commit] [Git][pypy/pypy][branch/default] Fix crypt with a multithread protection lock, similar to the one in grp.py

2020-10-05 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 36b29935 by Armin Rigo at 2020-10-05T22:14:31+02:00 Fix crypt with a multithread protection lock, similar to the one in grp.py - - - - - 1 changed file: - lib_pypy/crypt/__init__.py View it on GitLab: https://foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/default] fix link, http works but the suffix is bz2

2020-09-22 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: fc501ec5 by Matti Picus at 2020-09-22T12:09:34+03:00 fix link, http works but the suffix is bz2 - - - - - 1 changed file: - lib_pypy/pypy_tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/default] Fix this test for 32-bit

2020-09-11 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 50e2497e by Armin Rigo at 2020-09-11T14:51:35+02:00 Fix this test for 32-bit - - - - - 1 changed file: - rpython/rlib/test/test_rposix.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/50e2497ec174b2fd25b

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation

2020-09-11 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cd731cf0 by Matti Picus at 2020-09-11T10:50:40+03:00 fix translation - - - - - 1 changed file: - pypy/module/cpyext/memoryobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/cd731cf0f4bc6e99bfc761f3

[pypy-commit] [Git][pypy/pypy][branch/default] fix arm for 3495b2305437 (probably, it's like aarch64, but not tested)

2020-09-10 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: e47fa51e by Armin Rigo at 2020-09-10T18:11:50+02:00 fix arm for 3495b2305437 (probably, it's like aarch64, but not tested) - - - - - 2 changed files: - rpython/jit/backend/arm/opassembler.py - rpython/jit/backend/arm/regallo

[pypy-commit] [Git][pypy/pypy][branch/default] fix aarch64 for 3495b2305437

2020-09-10 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: a837a163 by Armin Rigo at 2020-09-10T18:06:18+02:00 fix aarch64 for 3495b2305437 - - - - - 2 changed files: - rpython/jit/backend/aarch64/opassembler.py - rpython/jit/backend/aarch64/regalloc.py View it on GitLab: https:/

[pypy-commit] [Git][pypy/pypy][branch/default] fix for 90c5a06b0923

2020-09-02 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 9603e120 by Armin Rigo at 2020-09-03T08:33:54+02:00 fix for 90c5a06b0923 - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_thread.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/9603e1201

[pypy-commit] [Git][pypy/pypy][branch/default] fix for e11b82085fc9 (hard to test, it requires careful consideration of

2020-09-02 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 84f37171 by Armin Rigo at 2020-09-02T21:16:56+02:00 fix for e11b82085fc9 (hard to test, it requires careful consideration of when to call get_box_replacement and when not to call it) - - - - - 1 changed file: - rpython/jit/b

[pypy-commit] [Git][pypy/pypy][branch/default] fix leak found by LeakFinder in tests

2020-08-25 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e0492842 by Matti Picus at 2020-08-25T12:18:57+03:00 fix leak found by LeakFinder in tests - - - - - 1 changed file: - rpython/rlib/rsocket.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/e0492842bd0be

[pypy-commit] [Git][pypy/pypy][branch/default] fix

2020-08-22 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 55653e85 by Matti Picus at 2020-08-22T14:23:05+02:00 fix - - - - - 1 changed file: - pypy/module/_cffi_backend/test/test_recompiler.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/55653e8508607f65927f5

[pypy-commit] [Git][pypy/pypy][branch/default] fix import in test

2020-08-19 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0909ebb2 by Matti Picus at 2020-08-19T10:19:08+03:00 fix import in test - - - - - 1 changed file: - pypy/module/_demo/test/test_import.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/0909ebb292bc59e6e0

[pypy-commit] [Git][pypy/pypy][branch/default] fix test for platforms where default python is python3

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 71e8f49a by Matti Picus at 2020-08-16T19:22:31+03:00 fix test for platforms where default python is python3 - - - - - 1 changed file: - rpython/rlib/test/test_rfile.py View it on GitLab: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/default] fix for struct returns on windows

2020-07-30 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 35ead98f by Armin Rigo at 2020-07-30T11:12:35+02:00 fix for struct returns on windows - - - - - 1 changed file: - pypy/module/_cffi_backend/ctypefunc.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/35ea

[pypy-commit] [Git][pypy/pypy][branch/default] Fix skipping of backend-specific jit tests to not crash test collection on the other platforms

2020-07-21 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: c510b896 by Ronan Lamy at 2020-07-21T18:07:56+01:00 Fix skipping of backend-specific jit tests to not crash test collection on the other platforms - - - - - 4 changed files: - rpython/jit/backend/aarch64/test/conftest.py -

[pypy-commit] [Git][pypy/pypy][branch/default] fix

2020-07-21 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: a13a3bdb by Armin Rigo at 2020-07-21T17:47:39+02:00 fix - - - - - 1 changed file: - rpython/translator/c/src/signals.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/a13a3bdb278582bf4478ff00b1b30427737b1d

[pypy-commit] [Git][pypy/pypy][branch/default] fix 0a6fc92dba19, add missing import

2020-07-14 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0a10e74f by Matti Picus at 2020-07-14T10:51:17+03:00 fix 0a6fc92dba19, add missing import - - - - - 1 changed file: - rpython/rlib/ropenssl.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/0a10e74f7f554

[pypy-commit] [Git][pypy/pypy][branch/default] fix win32 test for py3

2020-07-12 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c7597c7b by Matti Picus at 2020-07-12T20:31:18+03:00 fix win32 test for py3 - - - - - 1 changed file: - extra_tests/ctypes_tests/test_commethods.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/c7597c7b

[pypy-commit] [Git][pypy/pypy][branch/default] fix

2020-06-29 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: cef83aba by Armin Rigo at 2020-06-29T22:57:21+02:00 fix - - - - - 1 changed file: - rpython/translator/c/src/thread_nt.c View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/cef83aba3aceef71bb2c9d01678b8c0cd0c0

[pypy-commit] [Git][pypy/pypy][branch/default] fix tests

2020-06-25 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: f7c966d0 by Armin Rigo at 2020-06-25T16:39:54+02:00 fix tests - - - - - 1 changed file: - rpython/memory/gctransform/test/test_framework.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/f7c966d0c68f566c0

[pypy-commit] [Git][pypy/pypy][branch/default] fix test for win32 and make test more rsiliant to failures

2020-06-22 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d439c834 by Matti Picus at 2020-06-22T15:49:56Z fix test for win32 and make test more rsiliant to failures - - - - - 2 changed files: - pypy/doc/whatsnew-head.rst - pypy/module/_multiprocessing/test/test_interp_semaphore.py

[pypy-commit] [Git][pypy/pypy][branch/default] fix faulty patch application

2020-06-17 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5c56c3a9 by Matt Billenstein at 2020-06-17T11:31:29Z fix faulty patch application - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/5c56c3a908f9e

[pypy-commit] [Git][pypy/pypy][branch/default] fix path to tcl, tk on windows, issue 3247

2020-06-16 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c36360b7 by Matti Picus at 2020-06-16T19:39:16Z fix path to tcl,tk on windows, issue 3247 - - - - - 1 changed file: - lib_pypy/_tkinter/app.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/c36360b73fcc741

[pypy-commit] [Git][pypy/pypy][branch/default] fix previous patch

2020-06-15 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 4476f179 by Matt Billenstein at 2020-06-15T07:33:07Z fix previous patch - - - - - 1 changed file: - pypy/tool/release/make_portable.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/4476f17968aac8a51f5848d

[pypy-commit] [Git][pypy/pypy][branch/default] Fix missing _special_casing in unicodedb_5_2_0.py and regenerate

2020-05-28 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 07f2c897 by Ronan Lamy at 2020-05-28T17:08:17Z Fix missing _special_casing in unicodedb_5_2_0.py and regenerate - - - - - 3 changed files: - rpython/rlib/unicodedata/generate_unicodedb.py - rpython/rlib/unicodedata/test/test

[pypy-commit] [Git][pypy/pypy][branch/default] Fix comments

2020-04-11 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 8b11ef05 by Armin Rigo at 2020-04-11T21:41:26+02:00 Fix comments - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/intdiv.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/8b11ef056c88f16a53c09a1

[pypy-commit] [Git][pypy/pypy][branch/default] fix number of new contributors

2020-04-10 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 024cbd9a by Matti Picus at 2020-04-10T16:05:15+03:00 fix number of new contributors - - - - - 1 changed file: - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/024cbd9a1f2835405095

[pypy-commit] [Git][pypy/pypy][branch/default] fix test

2020-04-05 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: ea1416e2 by Matti Picus at 2020-04-05T18:26:41+03:00 fix test - - - - - 1 changed file: - pypy/module/micronumpy/test/test_support_app.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/ea1416e2acba5b132f7e21

[pypy-commit] [Git][pypy/pypy][branch/default] fix release note heading

2020-04-03 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 10b37db0 by Matti Picus at 2020-04-03T12:04:16+03:00 fix release note heading - - - - - 1 changed file: - pypy/doc/release-v7.3.1.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/10b37db0184c3d5933aafb536a

[pypy-commit] [Git][pypy/pypy][branch/default] fix for 4449624affea and friends (cfbolz)

2020-04-01 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2dce29f0 by Matti Picus at 2020-04-01T19:00:13+03:00 fix for 4449624affea and friends (cfbolz) - - - - - 1 changed file: - lib_pypy/_hashlib/__init__.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/2dce29f

[pypy-commit] [Git][pypy/pypy][branch/default] fix import names

2020-03-31 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 6552010b by Matti Picus at 2020-04-01T06:21:49+03:00 fix import names - - - - - 1 changed file: - lib_pypy/tools/build_cffi_imports.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/6552010b8a124b19a6e47bed4

[pypy-commit] [Git][pypy/pypy][branch/default] fix failing tests

2020-03-31 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 9fef2876 by Matti Picus at 2020-03-31T22:20:19+03:00 fix failing tests - - - - - 3 changed files: - pypy/module/_jitlog/test/test__jitlog.py - pypy/module/cpyext/test/test_api.py - pypy/module/cpyext/test/test_eval.py View

  1   2   >