[pypy-commit] [Git][pypy/pypy][branch/default] #3617: move the crash functionality for testing into its own function, add

2021-12-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
f1b8a18d by Carl Friedrich Bolz-Tereick at 2021-12-23T10:58:56+01:00
#3617: move the crash functionality for testing into its own function, add
docstrings

- - - - -


3 changed files:

- pypy/module/__pypy__/interp_magic.py
- pypy/module/__pypy__/moduledef.py
- pypy/module/__pypy__/test/test_special.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/f1b8a18d8f4526ec9561ff850d4a63aeae50a446
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] Pushed new branch branch/py3.9-platlibdir

2021-12-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.9-platlibdir
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-platlibdir] use platlibdir in site.py correctly

2021-12-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
b9920567 by Carl Friedrich Bolz-Tereick at 2021-12-23T12:34:38+01:00
use platlibdir in site.py correctly

--HG--
branch : py3.9-platlibdir

- - - - -


1 changed file:

- lib-python/3/site.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/b9920567f1474d08c208663589556b881958d71a
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-platlibdir] 2 commits: use platlibdir to find the initial path as well, otherwise packaged pypy's use

2021-12-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
e1db7d02 by Carl Friedrich Bolz-Tereick at 2021-12-23T15:33:48+01:00
use platlibdir to find the initial path as well, otherwise packaged pypy's 
use
the compiled in path

--HG--
branch : py3.9-platlibdir

- - - - -
f6a3efc4 by Carl Friedrich Bolz-Tereick at 2021-12-23T15:36:50+01:00
use platlibdir when packaging too

--HG--
branch : py3.9-platlibdir

- - - - -


4 changed files:

- pypy/module/sys/initpath.py
- pypy/module/sys/state.py
- pypy/module/sys/test/test_initpath.py
- pypy/tool/release/package.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/b9920567f1474d08c208663589556b881958d71a...f6a3efc4fcd779339d0f69c13badab54790015ca

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/b9920567f1474d08c208663589556b881958d71a...f6a3efc4fcd779339d0f69c13badab54790015ca
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: support __reversed__ on weakref proxies

2021-12-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
c68bbf8f by Carl Friedrich Bolz-Tereick at 2021-12-23T18:44:25+01:00
support __reversed__ on weakref proxies

--HG--
branch : py3.9

- - - - -
b369f355 by Carl Friedrich Bolz-Tereick at 2021-12-23T19:08:21+01:00
add collects, remove worse error message check

--HG--
branch : py3.9

- - - - -


3 changed files:

- lib-python/3/test/test_weakref.py
- pypy/module/_weakref/interp__weakref.py
- pypy/module/_weakref/test/test_weakref.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d46a343b8b29509dab46acfc049634d8ae19b754...b369f35500d1c533ad3242dbbf6cd6bd6adad285

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d46a343b8b29509dab46acfc049634d8ae19b754...b369f35500d1c533ad3242dbbf6cd6bd6adad285
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: update timeit to bring it closer to 3.9 again

2021-12-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
80036487 by Carl Friedrich Bolz-Tereick at 2021-12-23T20:52:48+01:00
update timeit to bring it closer to 3.9 again

--HG--
branch : py3.9

- - - - -
f403f621 by Carl Friedrich Bolz-Tereick at 2021-12-23T20:59:42+01:00
fix tests (they are more like cpython now too)

--HG--
branch : py3.9

- - - - -


2 changed files:

- lib-python/3/test/test_timeit.py
- lib-python/3/timeit.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/b369f35500d1c533ad3242dbbf6cd6bd6adad285...f403f621ab275af6aa6ca2050d7dc6d5e2e36857

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/b369f35500d1c533ad3242dbbf6cd6bd6adad285...f403f621ab275af6aa6ca2050d7dc6d5e2e36857
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] 4 commits: test, implement PyModule_NewObject

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


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


Commits:
7a167978 by Matti Picus at 2021-12-23T13:30:54+02:00
test, implement PyModule_NewObject

--HG--
branch : py3.7

- - - - -
1b878855 by Matti Picus at 2021-12-20T09:20:02+02:00
fix test for misinterpreted OpenSSL version scheme (bpo-46114)

--HG--
branch : py3.7

- - - - -
00a9c32d by Matti Picus at 2021-12-23T16:45:27+02:00
test, fix overflow error message to be more helpful than "int too large 
for int"

--HG--
branch : py3.7

- - - - -
d9d3cbec by Matti Picus at 2021-12-24T01:04:39+02:00
refactor to expose PyModule_ExecDef (tested in cython module_api)

--HG--
branch : py3.7

- - - - -


7 changed files:

- lib-python/3/test/test_ssl.py
- pypy/module/cpyext/api.py
- pypy/module/cpyext/longobject.py
- pypy/module/cpyext/modsupport.py
- pypy/module/cpyext/pyobject.py
- pypy/module/cpyext/test/test_longobject.py
- pypy/module/cpyext/test/test_module.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/16111f2be848a8c67566f6040521cdbaf833df7f...d9d3cbecad16bd3592219e1cdd568f4d2a84d71b

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/16111f2be848a8c67566f6040521cdbaf833df7f...d9d3cbecad16bd3592219e1cdd568f4d2a84d71b
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] 6 commits: test, implement PyModule_NewObject

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


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


Commits:
7a167978 by Matti Picus at 2021-12-23T13:30:54+02:00
test, implement PyModule_NewObject

--HG--
branch : py3.7

- - - - -
1b878855 by Matti Picus at 2021-12-20T09:20:02+02:00
fix test for misinterpreted OpenSSL version scheme (bpo-46114)

--HG--
branch : py3.7

- - - - -
00a9c32d by Matti Picus at 2021-12-23T16:45:27+02:00
test, fix overflow error message to be more helpful than "int too large 
for int"

--HG--
branch : py3.7

- - - - -
2ebfbae9 by Matti Picus at 2021-12-23T21:26:43+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
d9d3cbec by Matti Picus at 2021-12-24T01:04:39+02:00
refactor to expose PyModule_ExecDef (tested in cython module_api)

--HG--
branch : py3.7

- - - - -
f5242045 by Matti Picus at 2021-12-24T01:05:26+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -


6 changed files:

- pypy/module/cpyext/api.py
- pypy/module/cpyext/longobject.py
- pypy/module/cpyext/modsupport.py
- pypy/module/cpyext/pyobject.py
- pypy/module/cpyext/test/test_longobject.py
- pypy/module/cpyext/test/test_module.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/dcc8cea56b12b6d8a461409b6377a40ea1437327...f524204594e5706d5f00ab95dd09bb3ca6ebe6d1

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