[pypy-commit] [Git][pypy/pypy][branch/py3.8] 11 commits: Added tag release-pypy2.7-v7.3.6rc3 for changeset b89256933b0b

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Fri Oct 15 09:01:20 EDT 2021



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


Commits:
8beb69eb by Matti Picus at 2021-10-12T12:15:16+03:00
Added tag release-pypy2.7-v7.3.6rc3 for changeset b89256933b0b

- - - - -
0a195390 by Matti Picus at 2021-10-12T12:18:16+03:00
Added tag release-pypy3.7-v7.3.6rc3 for changeset fb22c554358b

- - - - -
be037bf0 by Matti Picus at 2021-10-12T12:19:04+03:00
Added tag release-pypy3.8-v7.3.6rc3 for changeset 6c4c0169842e

- - - - -
1ed4121f by Armin Rigo at 2021-10-12T12:48:44+02:00
Performance fix: in ffi.memmove() when the src argument is a bytes object it would painfully copy the bytes out of the nursery, but it doesn't need to

- - - - -
716f0227 by Armin Rigo at 2021-10-13T07:16:11+02:00
Don't declare stdin, stdout and stderr as extern in the generated C files

- - - - -
2bbc76bd by Matti Picus at 2021-10-13T08:37:53+03:00
update versions.json for rc3

- - - - -
2f44226f by Matti Picus at 2021-10-13T23:54:39+03:00
fix table

- - - - -
e179dc63 by Matti Picus at 2021-10-13T23:55:59+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
749a3b77 by Stefano Rivera at 2021-10-13T11:50:08-07:00
imp module: Use the multiarch tag in C extension filenames

The import machinery should use the multiarch tag from
sys.implementation._multiarch / sysconfig.get_config_var('MULTIARCH').

--HG--
branch : py3.7

- - - - -
bfae7260 by Carl Friedrich Bolz-Tereick at 2021-10-15T14:59:32+02:00
fix bug in 1138b6754bdd: the "if" of an elif chain was moved, attaching the
elif to the previous if and breaking "once" in the process, under some
circumstances

--HG--
branch : py3.7

- - - - -
99dc1c2f by Carl Friedrich Bolz-Tereick at 2021-10-15T15:01:10+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -


9 changed files:

- .hgtags
- pypy/doc/build.rst
- pypy/module/_cffi_backend/func.py
- pypy/module/_warnings/interp_warnings.py
- pypy/module/_warnings/test/apptest_warnings.py
- pypy/tool/release/check_versions.py
- pypy/tool/release/repackage.sh
- pypy/tool/release/versions.json
- rpython/rlib/rfile.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ffdf2512160b5707972fd8f9f8c8badba2dd9689...99dc1c2f3f63d3d8f7e3f714980bd20efdd2dedc

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211015/d8e2478a/attachment.html>


More information about the pypy-commit mailing list