[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: Implement logic and test for optimized adaption of base types.

2022-07-19 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
091bcf4b by Nils Müller at 2022-06-05T14:57:54+02:00
Implement logic and test for optimized adaption of base types.

--HG--
branch : sqlite-need-adapt-optimization-pypy3

- - - - -
8cf9a71a by Nils Müller at 2022-07-13T20:10:01+02:00
(shimst3r,cfbolz) Fix optimisation logic for adapt

--HG--
branch : sqlite-need-adapt-optimization-pypy3

- - - - -
68475fc2 by Nils Müller at 2022-07-13T20:43:12+02:00
(shimst3r,cfbolz) replace hashmap lookup with beautiful if clauses

--HG--
branch : sqlite-need-adapt-optimization-pypy3

- - - - -
33ae2898 by Nils Müller at 2022-07-18T21:30:16+02:00
clean up code, format if clauses properly

--HG--
branch : sqlite-need-adapt-optimization-pypy3

- - - - -
6806cdfb by Carl Friedrich Bolz-Tereick at 2022-07-19T07:17:42+00:00
Merge branch 'branch/sqlite-need-adapt-optimization-pypy3' into 
'branch/py3.9'

Add BASE_TYPE_ADAPTION optimization.

See merge request pypy/pypy!847

--HG--
branch : py3.9

- - - - -


2 changed files:

- extra_tests/test_sqlite3.py
- lib_pypy/_sqlite3.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/4eb5bb078930b1979a584e0bea4d8e7b0ccc0dab...6806cdfb010c6bd6fffdbbd9ba98eee2d799835d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/4eb5bb078930b1979a584e0bea4d8e7b0ccc0dab...6806cdfb010c6bd6fffdbbd9ba98eee2d799835d
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: expose os.sendfile on darwin, skip test that hangs untranslated on darwin

2022-07-19 Thread Matti Picus (@mattip)


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


Commits:
9a5fd9ff by Matti Picus at 2022-07-19T11:42:35+03:00
expose os.sendfile on darwin, skip test that hangs untranslated on darwin

--HG--
branch : py3.8

- - - - -
15a50568 by Matti Picus at 2022-07-19T11:43:07+03:00
merge py3.8

--HG--
branch : py3.9

- - - - -


2 changed files:

- pypy/module/posix/moduledef.py
- pypy/module/posix/test/test_posix2.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/6806cdfb010c6bd6fffdbbd9ba98eee2d799835d...15a5056856817cba4a8c14b7d65932d1b7f64817

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/6806cdfb010c6bd6fffdbbd9ba98eee2d799835d...15a5056856817cba4a8c14b7d65932d1b7f64817
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.8] expose os.sendfile on darwin, skip test that hangs untranslated on darwin

2022-07-19 Thread Matti Picus (@mattip)


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


Commits:
9a5fd9ff by Matti Picus at 2022-07-19T11:42:35+03:00
expose os.sendfile on darwin, skip test that hangs untranslated on darwin

--HG--
branch : py3.8

- - - - -


2 changed files:

- pypy/module/posix/moduledef.py
- pypy/module/posix/test/test_posix2.py


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

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


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: macos does not support arm32 builds

2022-07-19 Thread Matti Picus (@mattip)


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


Commits:
d1ee2fa9 by Matti Picus at 2022-07-19T11:54:01+03:00
macos does not support arm32 builds

- - - - -
b9cd0efc by Matti Picus at 2022-07-19T12:41:21+03:00
clang uses --coverage, not -lgcov

- - - - -


2 changed files:

- rpython/translator/c/genc.py
- rpython/translator/platform/test/test_platform.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/abfbaa82bb78b6447b1a05389d692c67e5b2c347...b9cd0efcc1d69e4bbfe76f05e57039eee1901631

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


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.8] test, implement PyErr_SetFromErrnoWithFilenameObjects needed for HPy 0.0.4 tests

2022-07-19 Thread Matti Picus (@mattip)


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


Commits:
dc7062d5 by Matti Picus at 2022-07-20T00:02:11+03:00
test, implement PyErr_SetFromErrnoWithFilenameObjects needed for HPy 0.0.4 tests

--HG--
branch : py3.8

- - - - -


2 changed files:

- pypy/module/cpyext/pyerrors.py
- pypy/module/cpyext/test/test_pyerrors.py


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

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


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com