[pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: factor out the more common path of "increase storage by 1" into its own method

Matti Picus foss at heptapod.net
Wed Dec 30 06:00:12 EST 2020



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


Commits:
523889bc by Carl Friedrich Bolz-Tereick at 2020-12-28T20:06:46+01:00
factor out the more common path of "increase storage by 1" into its own method

- - - - -
c69fa693 by Carl Friedrich Bolz-Tereick at 2020-12-28T20:07:26+01:00
rename super ambiguous "index" to "attrkind"

- - - - -
e65add2e by Matti Picus at 2020-12-30T08:30:43+02:00
add _msvccompiler from python3 and sync msvc-related files. Use _msvccompiler for windows

--HG--
branch : sync-distutils

- - - - -
b329a093 by Matti Picus at 2020-12-30T10:29:46+02:00
fix for python2

--HG--
branch : sync-distutils

- - - - -
7e13a6f6 by Matti Picus at 2020-12-30T12:48:37+02:00
document and close branch to be merged

--HG--
branch : sync-distutils

- - - - -
fd17eb6d by Matti Picus at 2020-12-30T12:49:18+02:00
merge sync-distutils which updates the way we find MSVC

- - - - -
58b21c2c by Matti Picus at 2020-12-30T12:55:28+02:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -


4 changed files:

- + lib-python/2.7/distutils/_msvccompiler.py
- + lib-python/2.7/distutils/tests/test_msvccompiler.py
- pypy/doc/whatsnew-head.rst
- pypy/objspace/std/mapdict.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/42eb475c7cbe7ab0fbf7d681b2dc8edcbc652c83...58b21c2cab4a368be4cdbba326f4d1170553dfbf

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/42eb475c7cbe7ab0fbf7d681b2dc8edcbc652c83...58b21c2cab4a368be4cdbba326f4d1170553dfbf
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/20201230/f32821c9/attachment.html>


More information about the pypy-commit mailing list