Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
1284e761 by Matti Picus at 2020-11-30T09:52:13+02:00
when building cffi extension, copy dll for sqlite3.dll so tests will find it
- - - - -
2 changed files:
- lib_pypy/_sqlite3_build.py
- lib_pypy/_ssl_build.py
View it on
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
fdc9ead3 by Matti Picus at 2020-11-30T09:52:13+02:00
when building cffi extension, copy dll for sqlite3.dll so tests will find it
--HG--
branch : py3.7
- - - - -
2 changed files:
- lib_pypy/_sqlite3_build.py
- lib_pypy/_ssl_
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
2a344f51 by Carl Friedrich Bolz-Tereick at 2020-11-30T13:33:38+01:00
make set.update with non-set arguments more jit-friendly by
- unrolling it if the number of args is small (usually 1)
- jitting the adding of
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
21cc796c by Carl Friedrich Bolz-Tereick at 2020-11-30T13:45:43+01:00
fix error message
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/exceptions/interp_exceptions.py
- pypy/module/exceptions/t
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
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
ea46da16 by Carl Friedrich Bolz-Tereick at 2020-11-30T15:10:15+01:00
better error message for object.__init__ with too many parameters
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/objspace/std/obje
Matti Picus pushed to branch branch/win64-py3.7 at PyPy / pypy
Commits:
3c2a6695 by Matti Picus at 2020-11-30T19:41:02+02:00
fix tests after merge
--HG--
branch : win64-py3.7
- - - - -
2 changed files:
- pypy/module/_rawffi/alt/test/test_funcptr.py
- pypy/module/_rawffi/alt/test/test_struc
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
242b7a01 by nulano at 2020-07-13T16:53:59+02:00
enable x64
--HG--
branch : win64
- - - - -
f2e4de7e by nulano at 2020-07-13T18:16:52+02:00
dirty fix for windows running
rpython/translator/c/test/test_standalone::TestStandalone
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
30966087 by Matti Picus at 2020-11-30T19:53:10+02:00
document merged branch
--HG--
branch : py3.7
- - - - -
1 changed file:
- pypy/doc/whatsnew-pypy3-head.rst
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/commi
Matti Picus deleted branch branch/win64-py3.6 at PyPy / pypy
--
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
Antonio Cuni pushed to branch branch/rpython-error_value at PyPy / pypy
Commits:
349cc6b1 by Antonio Cuni at 2020-11-30T18:08:58+00:00
temporary checkin to see whether disabling this breaks any test
--HG--
branch : rpython-error_value
- - - - -
1 changed file:
- rpython/translator/exceptio
Antonio Cuni pushed to branch branch/rpython-error_value at PyPy / pypy
Commits:
cf646112 by Antonio Cuni at 2020-11-30T21:39:44+01:00
Refactor&simplify the approach:
1. declare that the return value of general RPython function is undefined and
that you should not rely on it
2. merge @llhe
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
5b8caa3a by Matti Picus at 2020-11-30T23:27:34+02:00
translation fixes for 64-bit windows
--HG--
branch : py3.7
- - - - -
4 changed files:
- pypy/interpreter/unicodehelper_win32.py
- pypy/module/_io/interp_win32consoleio.py
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
8bbff486 by Matti Picus at 2020-11-30T23:34:55+02:00
backport changes from py3.7 to rpython
- - - - -
4 changed files:
- rpython/rlib/_rsocket_rffi.py
- rpython/rlib/rsocket.py
- rpython/rlib/rtime.py
- rpython/rlib/rwin32.
14 matches
Mail list logo