[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: replicate enough of the driver and genc stages in tests to replicate the current failure

2021-12-31 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
1f650ae8 by Matti Picus at 2021-12-31T13:28:32+02:00
replicate enough of the driver and genc stages in tests to replicate the 
current failure

- - - - -
3e153622 by Matti Picus at 2021-12-31T13:50:26+02:00
fix failure: copy out the exename.basename exactly as created by the makefile

- - - - -


3 changed files:

- rpython/translator/driver.py
- rpython/translator/platform/windows.py
- rpython/translator/test/test_driver.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/91dda4e8816cfcc84b824b61e90f67070a3639bd...3e1536226be0ae81dd896f691cbe05b4a9500faf

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/91dda4e8816cfcc84b824b61e90f67070a3639bd...3e1536226be0ae81dd896f691cbe05b4a9500faf
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix test

2021-12-31 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
d884c4ad by Matti Picus at 2021-12-31T09:07:32+02:00
fix test

--HG--
branch : py3.8

- - - - -


1 changed file:

- pypy/module/_socket/test/test_sock_app.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/d884c4ad4bdcdef02ae63b79b0bcb31c8bab5f53

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/d884c4ad4bdcdef02ae63b79b0bcb31c8bab5f53
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix trivial errors

2021-12-31 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
44ecea6a by Matti Picus at 2021-12-31T15:14:29+02:00
fix trivial errors

--HG--
branch : py3.8

- - - - -
37a716b7 by Matti Picus at 2021-12-31T15:29:38+02:00
fix translation on windows

--HG--
branch : py3.8

- - - - -


5 changed files:

- lib_pypy/_ctypes/function.py
- lib_pypy/_dbm.py
- lib_pypy/_gdbm.py
- lib_pypy/_gdbm_build.py
- pypy/module/_socket/interp_socket.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d884c4ad4bdcdef02ae63b79b0bcb31c8bab5f53...37a716b7160c4467ae1a2d8e8d04580e0bfa1e51

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d884c4ad4bdcdef02ae63b79b0bcb31c8bab5f53...37a716b7160c4467ae1a2d8e8d04580e0bfa1e51
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: fix for dbm

2021-12-31 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
4bf16a4e by Matti Picus at 2021-12-31T16:28:20+02:00
fix for dbm

--HG--
branch : py3.8

- - - - -
18cb2fc7 by Matti Picus at 2021-12-31T16:41:29+02:00
change bare exception to avoid catching KeyboardInterrupt

--HG--
branch : py3.8

- - - - -
796b34f5 by Matti Picus at 2021-12-31T16:51:01+02:00
use a sentinal to avoid confusing chained exceptions if an error occurs

--HG--
branch : py3.8

- - - - -
2355b805 by Matti Picus at 2021-12-31T16:51:12+02:00
also check self._db

--HG--
branch : py3.8

- - - - -


2 changed files:

- lib_pypy/_dbm.py
- lib_pypy/_sqlite3.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/37a716b7160c4467ae1a2d8e8d04580e0bfa1e51...2355b8056dd1258216680086f7cc529c1e26fc30

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/37a716b7160c4467ae1a2d8e8d04580e0bfa1e51...2355b8056dd1258216680086f7cc529c1e26fc30
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.8] use __index__ to avoid deprecation warning

2021-12-31 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
9fcd6805 by Matti Picus at 2021-12-31T21:20:58+02:00
use __index__ to avoid deprecation warning

--HG--
branch : py3.8

- - - - -


1 changed file:

- extra_tests/test_datetime.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/9fcd6805e596efdb2540342c4d463629797812ec

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/9fcd6805e596efdb2540342c4d463629797812ec
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit