[pypy-commit] [Git][pypy/pypy][branch/m1] small changes to improve the tests on m1 mac

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


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


Commits:
2c6b1051 by fijal at 2022-01-02T10:23:39+02:00
small changes to improve the tests on m1 mac

--HG--
branch : m1

- - - - -


3 changed files:

- rpython/memory/gctransform/boehm.py
- rpython/translator/c/test/test_lltyped.py
- rpython/translator/platform/test/test_darwin.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/2c6b10517c535224a09e04db1fe3de7dbd3f1a17
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] skip for bugs in libffi

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


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


Commits:
159ed77a by fijal at 2022-01-02T10:39:36+02:00
skip for bugs in libffi

--HG--
branch : m1

- - - - -


1 changed file:

- rpython/rtyper/test/test_rbuiltin.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/159ed77a5a45ddae6ee6d0c987548640d2cdc2df
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] small fixes

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


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


Commits:
43793cb6 by fijal at 2022-01-02T11:26:16+02:00
small fixes

--HG--
branch : m1

- - - - -


2 changed files:

- rpython/rlib/clibffi.py
- rpython/rlib/rdynload.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/43793cb648b14d559451e594f3df6b2617807755
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.7] 3 commits: putenv leaks memory

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


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


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

- - - - -


3 changed files:

- pypy/interpreter/test/test_app_main.py
- pypy/interpreter/test/test_gateway.py
- pypy/module/__builtin__/test/test_breakpoint.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/97b5dd216bfd047f1a700c5820b1963be1f2edda...cec0cb94572a19a861acff36e428aae1d9896bb7

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/97b5dd216bfd047f1a700c5820b1963be1f2edda...cec0cb94572a19a861acff36e428aae1d9896bb7
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] 5 commits: add winreg auditing, convert unwrap_spec(...="unicode"...) to utf8

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


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


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

- - - - -


4 changed files:

- pypy/interpreter/test/test_app_main.py
- pypy/interpreter/test/test_gateway.py
- pypy/module/__builtin__/test/test_breakpoint.py
- pypy/module/_winreg/interp_winreg.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/15bc533410e68d82371c91431c8a96aed1f164bc...29444c7f4237c2ca45626d2736722f421e6cf2bc

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/15bc533410e68d82371c91431c8a96aed1f164bc...29444c7f4237c2ca45626d2736722f421e6cf2bc
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: only use run_fork_hooks in _posixprocess.fork_exec if preexec_fn is used (issue 3630)

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


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


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

- - - - -


1 changed file:

- pypy/module/_posixsubprocess/interp_subprocess.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/29444c7f4237c2ca45626d2736722f421e6cf2bc...13b4b5f35f7e7d56a5980cc1e81f7cf76f3b53d3

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/29444c7f4237c2ca45626d2736722f421e6cf2bc...13b4b5f35f7e7d56a5980cc1e81f7cf76f3b53d3
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.7] only use run_fork_hooks in _posixprocess.fork_exec if preexec_fn is used (issue 3630)

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


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


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

- - - - -


1 changed file:

- pypy/module/_posixsubprocess/interp_subprocess.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/4d06d1f6108809143404fe476a4e3fccc39786df
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] small fixes, not ready yet

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


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


Commits:
eab78751 by fijal at 2022-01-03T08:45:21+02:00
small fixes, not ready yet

--HG--
branch : m1

- - - - -


2 changed files:

- rpython/rlib/rmmap.py
- rpython/rlib/test/test_rsignal.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/eab78751c3aea6f2d49c18e45dac9c37f56c3127
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] first go at write protect

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


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


Commits:
8ab78bc0 by fijal at 2022-01-03T09:50:26+02:00
first go at write protect

--HG--
branch : m1

- - - - -


3 changed files:

- pypy/module/_cffi_backend/ccallback.py
- rpython/rlib/rmmap.py
- rpython/rlib/test/test_rmmap.py


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

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