[pypy-commit] [Git][pypy/pypy][branch/py3.6] 5 commits: add a gc.collect for pypy

Matti Picus foss at heptapod.net
Thu Aug 27 07:10:21 EDT 2020



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


Commits:
2911ecba by Matti Picus at 2020-08-26T23:57:08+03:00
add a gc.collect for pypy

- - - - -
e3c81a24 by Matti Picus at 2020-08-27T00:14:59+03:00
dict order can change between cpython2 and pypy2. Test against both ordering

- - - - -
aca83dba by Matti Picus at 2020-08-27T12:21:09+03:00
test, fix for crash in strftime, will not crash when using msvcrt>=10

- - - - -
ff4c2f71 by Matti Picus at 2020-08-27T13:49:20+03:00
Merge with default

--HG--
branch : py3.6

- - - - -
6a4cf067 by Matti Picus at 2020-08-27T13:50:37+03:00
rework win32 strftime to use wcsftime, not pre-check format string, unskip test

--HG--
branch : py3.6

- - - - -


5 changed files:

- pypy/module/time/interp_time.py
- pypy/module/time/test/test_time.py
- rpython/jit/backend/llsupport/test/test_descr.py
- rpython/rlib/test/test_rawrefcount.py
- rpython/rtyper/lltypesystem/ll2ctypes.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/1b2d370819fa7ab31c154cdd27c7dfa5a50bfaee...6a4cf067c3666cda6507fb4f0fbe06ed9a817bb9

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200827/aae26d48/attachment.html>


More information about the pypy-commit mailing list