[pypy-commit] [Git][pypy/pypy][branch/default] backport changes from py3.7 to rpython

2020-11-30 Thread Matti Picus
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.

[pypy-commit] [Git][pypy/pypy][branch/py3.7] translation fixes for 64-bit windows

2020-11-30 Thread Matti Picus
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

[pypy-commit] [Git][pypy/pypy][branch/rpython-error_value] 3 commits: Refactor&simplify the approach:

2020-11-30 Thread Antonio Cuni
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

[pypy-commit] [Git][pypy/pypy][branch/rpython-error_value] temporary checkin to see whether disabling this breaks any test

2020-11-30 Thread Antonio Cuni
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

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/win64-py3.6

2020-11-30 Thread Matti Picus
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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] document merged branch

2020-11-30 Thread Matti Picus
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

[pypy-commit] [Git][pypy/pypy][branch/win64-py3.7] fix tests after merge

2020-11-30 Thread Matti Picus
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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 117 commits: enable x64

2020-11-30 Thread Matti Picus
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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] better error message for object.__init__ with too many parameters

2020-11-30 Thread Carl Friedrich Bolz-Tereick
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

[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/py3.7] fix error message

2020-11-30 Thread Carl Friedrich Bolz-Tereick
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

[pypy-commit] [Git][pypy/pypy][branch/default] make set.update with non-set arguments more jit-friendly by

2020-11-30 Thread Carl Friedrich Bolz-Tereick
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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] when building cffi extension, copy dll for sqlite3.dll so tests will find it

2020-11-30 Thread Matti Picus
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_

[pypy-commit] [Git][pypy/pypy][branch/default] when building cffi extension, copy dll for sqlite3.dll so tests will find it

2020-11-30 Thread Matti Picus
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