[pypy-commit] [Git][pypy/pypy][branch/py3.7] Backed out 1a2e30df25c9 which broke the ABI of 7.3.x for py3.7

2022-02-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: b2e238c5 by Matti Picus at 2022-02-24T05:20:50-05:00 Backed out 1a2e30df25c9 which broke the ABI of 7.3.x for py3.7 --HG-- branch : py3.7 - - - - - 5 changed files: - lib-python/3/test/datetimetester.py - lib_pypy/_testcapim

[pypy-commit] [Git][pypy/pypy][branch/py3.7] #3686: make the last new field of os.statvfs_result non-indexed

2022-02-24 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 3b4ba11a by Carl Friedrich Bolz-Tereick at 2022-02-24T13:32:38+01:00 #3686: make the last new field of os.statvfs_result non-indexed --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/posix/app_po

[pypy-commit] [Git][pypy/pypy][branch/py3.8] #3686: make the last new field of os.statvfs_result non-indexed

2022-02-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 550d0845 by Carl Friedrich Bolz-Tereick at 2022-02-24T13:32:38+01:00 #3686: make the last new field of os.statvfs_result non-indexed --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/posix/app_posix.py - pypy/mo

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: #3686: make the last new field of os.statvfs_result non-indexed

2022-02-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 550d0845 by Carl Friedrich Bolz-Tereick at 2022-02-24T13:32:38+01:00 #3686: make the last new field of os.statvfs_result non-indexed --HG-- branch : py3.8 - - - - - 5d101d7f by Matti Picus at 2022-02-24T08:48:30-05:00 merge py3

[pypy-commit] [Git][pypy/pypy][branch/py3.9] the ast classes have a __module__ that says 'ast', not '_ast' in 3.9

2022-02-24 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: c739fb76 by Carl Friedrich Bolz-Tereick at 2022-02-24T15:39:06+01:00 the ast classes have a __module__ that says 'ast', not '_ast' in 3.9 --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/interpreter/a

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix LDLIBRARY (issue 3689)

2022-02-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d83f218f by Matti Picus at 2022-02-24T16:19:09-05:00 fix LDLIBRARY (issue 3689) --HG-- branch : py3.9 - - - - - 1 changed file: - lib_pypy/_sysconfigdata.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commi

[pypy-commit] [Git][pypy/pypy][branch/py3.9] skip test that passes when run alone but seems to cache cert stats when run as part of tests

2022-02-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: cd486f78 by Matti Picus at 2022-02-24T19:54:21-05:00 skip test that passes when run alone but seems to cache cert stats when run as part of tests --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/test/test_ssl.