[pypy-commit] [Git][pypy/pypy][branch/m1] skip one test and use some write_protect

2022-01-03 Thread Maciej Fijalkowski (@fijal)


Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy


Commits:
a499ebca by fijal at 2022-01-03T10:18:43+02:00
skip one test and use some write_protect

--HG--
branch : m1

- - - - -


2 changed files:

- rpython/rlib/clibffi.py
- rpython/rlib/test/test_clibffi.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/a499ebca3717dc8d45175c41ab39c71881fb8318
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/m1] call write_protect around the callback write here

2022-01-03 Thread Maciej Fijalkowski (@fijal)


Maciej Fijalkowski pushed to branch branch/m1 at PyPy / pypy


Commits:
2023ff9c by fijal at 2022-01-03T10:51:12+02:00
call write_protect around the callback write here

--HG--
branch : m1

- - - - -


1 changed file:

- pypy/module/_cffi_backend/ccallback.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/2023ff9c966eacc55baee9a81662b1fd0dcb1885
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/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:

- rpython/rlib/objectmodel.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/3759e13496c6d1dda7d500bbb9da8b4422daef04
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/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/a12f6591e924358903df3e188811b1d85af2e20e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/a12f6591e924358903df3e188811b1d85af2e20e
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.9] fix test

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy


Commits:
74caede9 by Carl Friedrich Bolz-Tereick at 2022-01-03T11:16:48+01:00
fix test

--HG--
branch : py3.9

- - - - -


1 changed file:

- pypy/module/_ast/test/test_ast.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/74caede912954a2fc120ae1288ec72b3f1028d0b
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.9] 3 commits: fix PySet_Add on frozenset after breaking it in 8b8cbecba837

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy


Commits:
687d099e by Carl Friedrich Bolz-Tereick at 2022-01-03T12:33:56+01:00
fix PySet_Add on frozenset after breaking it in 8b8cbecba837

--HG--
branch : py3.9

- - - - -
24562e8f by Carl Friedrich Bolz-Tereick at 2022-01-03T12:42:00+01:00
make test cpython-safe

--HG--
branch : py3.9

- - - - -
4ec0c816 by Carl Friedrich Bolz-Tereick at 2022-01-03T13:26:51+01:00
slightly indirect, but this unbreaks test_ztranslation

--HG--
branch : py3.9

- - - - -


4 changed files:

- pypy/module/_random/test/test_ztranslation.py
- pypy/objspace/std/setobject.py
- pypy/objspace/std/test/test_dictproxy.py
- pypy/objspace/std/test/test_setobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/74caede912954a2fc120ae1288ec72b3f1028d0b...4ec0c8168a9f11e1125cf50a36c10bf288c7d702

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/74caede912954a2fc120ae1288ec72b3f1028d0b...4ec0c8168a9f11e1125cf50a36c10bf288c7d702
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.9] 2 commits: fix the magic test finally

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy


Commits:
997083ea by Carl Friedrich Bolz-Tereick at 2022-01-03T13:34:18+01:00
fix the magic test finally

--HG--
branch : py3.9

- - - - -
e82b3456 by Carl Friedrich Bolz-Tereick at 2022-01-03T13:35:16+01:00
fix the tests of package.py

--HG--
branch : py3.9

- - - - -


2 changed files:

- pypy/module/imp/test/test_import.py
- pypy/tool/release/package.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/4ec0c8168a9f11e1125cf50a36c10bf288c7d702...e82b34564181aede6cb689679eb3affa38a1aa29

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/4ec0c8168a9f11e1125cf50a36c10bf288c7d702...e82b34564181aede6cb689679eb3affa38a1aa29
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.9] use _marshal, it's py2 compatible

2022-01-03 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy


Commits:
23723d5f by Carl Friedrich Bolz-Tereick at 2022-01-03T18:36:43+01:00
use _marshal, it's py2 compatible

--HG--
branch : py3.9

- - - - -


1 changed file:

- pypy/tool/test/test_lib_pypy.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/23723d5f0f4ddeb26a7c1e458c12a1af6312f5f6
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.9] 37 commits: limit pwd.getpwnam to str, issue 3624

2022-01-03 Thread Matti Picus (@mattip)


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


Commits:
106f751a by Matti Picus at 2021-12-28T10:52:40+02:00
limit pwd.getpwnam to str, issue 3624

--HG--
branch : py3.7

- - - - -
94c2f0d2 by Matti Picus at 2021-12-29T13:50:21+02:00
exe target is self.exe_name not self.c_entryp

- - - - -
7647cbce by Matti Picus at 2021-12-29T23:36:29+02:00
fix _io warning type

--HG--
branch : py3.8

- - - - -
72c114c4 by Matti Picus at 2021-12-30T00:27:32+02:00
in socket.socket(fileno=fileno), fileno must be an int not fid itself

--HG--
branch : py3.8

- - - - -
91dda4e8 by Matti Picus at 2021-12-30T11:15:11+02:00
test, fix for exe name with formatting

- - - - -
5632170c by Matti Picus at 2021-12-30T14:35:46+02:00
add LDFLAGS to sysconfig, adjust for py3.8 layout

--HG--
branch : py3.8

- - - - -
c5b2a3d0 by Matti Picus at 2021-12-30T15:09:49+02:00
comprimise: fix both test and thread error formatting

--HG--
branch : py3.8

- - - - -
d34fb03a by Matti Picus at 2021-12-30T15:14:52+02:00
compromise: fix socket error message and test

--HG--
branch : py3.8

- - - - -
66e25a06 by Matti Picus at 2021-12-30T15:42:47+02:00
gc.collect inside the warning context manager

--HG--
branch : py3.8

- - - - -
344ea4c4 by Matti Picus at 2021-12-30T18:03:44+02:00
fix logic condition in _overlapped (part of issue 167515)

--HG--
branch : py3.7

- - - - -
4014b86f by Matti Picus at 2021-12-30T18:04:17+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
4c14a3a4 by Matti Picus at 2021-12-30T19:22:50+02:00
typo

--HG--
branch : py3.7

- - - - -
65f2d62a by Matti Picus at 2021-12-30T19:23:12+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
24474a10 by Matti Picus at 2021-12-30T22:43:02+02:00
fix stdlib test: CPython does not preserve the scopeID in the address name 
(issue 3628)

--HG--
branch : py3.8

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

--HG--
branch : py3.8

- - - - -
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

- - - - -
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

- - - - -
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

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

--HG--
branch : py3.8

- - - - -
d27611b5 by Matti Picus at 2022-01-01T11:20:16+02:00
update license for 2022

- - - - -
97b5dd21 by Matti Picus at 2022-01-01T11:20:44+02:00
merge default

--HG--
branch : py3.7

- - - - -
6d680262 by Matti Picus at 2022-01-01T11:21:16+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
15bc5334 by Matti Picus at 2022-01-01T21:23:37+02:00
quiet more warnings in extra_tests

--HG--
branch : py3.8

- - - - -
df1cd70e by Matti Picus at 2022-01-02T12:41:37+02:00
add winreg auditing, convert unwrap_spec(...="unicode"...) to utf8

One step closer to removing realunicode_w

--HG--
branch : py3.8

- - - - -
56c274d9 by Matti Picus at 2022-01-02T15:31:52+02:00
putenv leaks memory

--HG--
branch : py3.7

- - - - -
c5624c59 by Matti Picus at 2022-01-02T15:35:27+02:00
fix test for windows

--HG--
branch : py3.7

- - - - -
cec0cb94 by Matti Picus at 2022-01-02T15:50:36+02:00
skip test even if run on pypy2.7 (app_main is not python2 syntax)

--HG--
branch : py3.7

- - - - -
29444c7f by Matti Picus at 2022-01-02T16:31:11+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
4d06d1f6 by Matti Picus at 2022-01-03T00:12:52+02:00
only use run_fork_hooks in _posixprocess.fork_exec if preexec_fn is used (issue 
3630)

--HG--
branch : py3.7

- - - - -
13b4b5f3 by Matti Picus at 2022-01-03T00:13:12+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
16f31352 by Matti Picus at 2022-01-03T19:38:06+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -
8e3e9edc by Matti Picus at 2022-01-03T19:38:48+02:00
merge heads

--HG--
branch : py3.9

- - - - -


30 changed files:

- LICENSE
- extra_tests/test_datetime.py
- lib-python/3/test/test_asyncio/test_base_events.py
- lib-python/3/test/test_asyncio/test_events.py
- lib-python/3/test/test_socket.py
- lib-python/3/test/test_sysconfig.py
- lib-python/3/test/test_thread.py
- lib_pypy/_ctypes/function.py
- lib_pypy/_dbm.py
- lib_pypy/_gdbm.py
- lib_pypy/_gdbm_build.py
- lib_p

[pypy-commit] [Git][pypy/pypy][branch/py3.7] add a test for _posixprocess.fork_exec based on issue 3630

2022-01-03 Thread Matti Picus (@mattip)


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


Commits:
96eeb88f by Matti Picus at 2022-01-03T22:56:52+02:00
add a test for _posixprocess.fork_exec based on issue 3630

--HG--
branch : py3.7

- - - - -


1 changed file:

- pypy/module/_posixsubprocess/test/apptest_subprocess.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/96eeb88fd5972779af95b7002a838de2cbda3f9f
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.9] virtualenv-20.13.0 now supports the new pypy3.9 naming scheme

2022-01-03 Thread Matti Picus (@mattip)


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


Commits:
bf7054bf by Matti Picus at 2022-01-03T23:01:59+02:00
virtualenv-20.13.0 now supports the new pypy3.9 naming scheme

--HG--
branch : py3.9

- - - - -


1 changed file:

- pypy/goal/targetpypystandalone.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/bf7054bf8abd897510f0923ae75e831ddac6fd9b
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.9] 3 commits: fix indent to properly skip implementation detail

2022-01-03 Thread Matti Picus (@mattip)


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


Commits:
cc247570 by Matti Picus at 2022-01-03T23:12:54+02:00
fix indent to properly skip implementation detail

--HG--
branch : py3.9

- - - - -
17c7d9dd by Matti Picus at 2022-01-04T00:05:36+02:00
fix mmap errors and flush return value

--HG--
branch : py3.9

- - - - -
600c0449 by Matti Picus at 2022-01-04T00:13:59+02:00
rename parameters of sendfile

--HG--
branch : py3.9

- - - - -


5 changed files:

- lib-python/3/test/test_inspect.py
- pypy/module/mmap/interp_mmap.py
- pypy/module/mmap/moduledef.py
- pypy/module/mmap/test/test_mmap.py
- pypy/module/posix/interp_posix.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/bf7054bf8abd897510f0923ae75e831ddac6fd9b...600c044914b7fbf740592147b5b8b4cd48ace8ae

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/bf7054bf8abd897510f0923ae75e831ddac6fd9b...600c044914b7fbf740592147b5b8b4cd48ace8ae
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