Matti Picus pushed to branch branch/py3.6 at PyPy / pypy
Commits: 1246241b by Matti Picus at 2020-03-16T16:27:42+02:00 issue 3190: enable _cppyy on win32 --HG-- branch : win32-cppyy - - - - - 4553e28a by Matti Picus at 2020-03-17T08:38:13+02:00 use msvc14 for building by default on win32, even for python2.7 --HG-- branch : win32-cppyy - - - - - d7c285d9 by Matti Picus at 2020-03-17T08:42:31+02:00 redefining "inline" on MSVC emits a warning, use INLINE instead --HG-- branch : win32-cppyy - - - - - dd2f6051 by Matti Picus at 2020-03-17T08:43:25+02:00 get tests running on win32. Still need to adjust Makefile so compilation works --HG-- branch : win32-cppyy - - - - - 10cd54b3 by Matti Picus at 2020-03-17T11:16:55+02:00 fix translation --HG-- branch : win32-cppyy - - - - - 123aefcf by Matti Picus at 2020-03-18T13:45:22+02:00 merge default into branch --HG-- branch : win32-cppyy - - - - - 5f27ebbd by Matti Picus at 2020-03-18T14:22:29+02:00 flip if, else --HG-- branch : win32-cppyy - - - - - bc2452c3 by Matti Picus at 2020-03-18T18:19:23+02:00 merge default into branch --HG-- branch : win32-cppyy - - - - - 79375b70 by Matti Picus at 2020-03-20T12:02:49+02:00 merge default into branch --HG-- branch : win32-cppyy - - - - - 1a2fd0cf by Armin Rigo at 2020-03-20T16:35:02+01:00 When not translated, restore the state of the emulated GIL even if we get a NotImplementedError - - - - - a5f527f0 by Armin Rigo at 2020-03-20T16:39:01+01:00 Don't let a test that fails to re-acquire the emulated GIL crash all the future tests run in the same session - - - - - c9457fe0 by Armin Rigo at 2020-03-20T17:22:59+01:00 oops. That looks a lot like a typo from 263ac72641a2 - - - - - 392fff14 by Carl Friedrich Bolz-Tereick at 2020-03-20T17:45:18+01:00 another missing constant - - - - - b69e2f18 by Carl Friedrich Bolz-Tereick at 2020-03-20T17:46:51+01:00 expose an siphash24_with_key that works roughly like _Py_KeyedHash (needed for 3.7) - - - - - 87fb6860 by Carl Friedrich Bolz-Tereick at 2020-03-23T14:07:46+01:00 typo - - - - - df19a932 by Carl Friedrich Bolz-Tereick at 2020-03-24T14:54:25+01:00 fix bug: if a cell is deleted, it's family's "ever_mutated" flag needs to be set - - - - - 0adb3637 by Matti Picus at 2020-03-24T16:24:05+02:00 document branch to be merged, update windows documentation --HG-- branch : win32-cppyy - - - - - 2b26f9cd by Matti Picus at 2020-03-24T20:54:18+02:00 close branch ot be merged --HG-- branch : win32-cppyy - - - - - 6251a085 by Matti Picus at 2020-03-24T20:54:58+02:00 merge win32-cppyy which enables _cppyy and updates compilers used on win32 builds - - - - - 5b105f6b by Matti Picus at 2020-03-24T17:02:04+02:00 update release notes: mention Conda Forge, remove Python3.7-alpha announcement - - - - - a0b093cc by Matti Picus at 2020-03-24T17:58:11+02:00 backport pyp3-7.3.1 whatsnew, restart whatsnew files, update version to 7.3.2 - - - - - cb84df9d by Matti Picus at 2020-03-24T20:57:09+02:00 merge default into branch --HG-- branch : py3.6 - - - - - 28 changed files: - pypy/config/pypyoption.py - pypy/doc/conf.py - pypy/doc/index-of-whatsnew.rst - pypy/doc/release-v7.3.1.rst - pypy/doc/whatsnew-head.rst → pypy/doc/whatsnew-pypy2-7.3.1.rst - + pypy/doc/whatsnew-pypy3-7.3.1.rst - pypy/doc/whatsnew-pypy3-head.rst - pypy/doc/windows.rst - pypy/interpreter/nestedscope.py - pypy/interpreter/test/test_cellfamily.py - pypy/module/_cppyy/capi/loadable_capi.py - pypy/module/_cppyy/src/dummy_backend.cxx - pypy/module/_cppyy/test/conftest.py - pypy/module/_cppyy/test/support.py - pypy/module/_cppyy/test/templates.h - pypy/module/_multiprocessing/interp_semaphore.py - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py - rpython/conftest.py - rpython/rlib/_rsocket_rffi.py - rpython/rlib/rgil.py - rpython/rlib/rsiphash.py - rpython/rlib/rsre/rsre_core.py - rpython/rlib/test/test_rsiphash.py - rpython/rtyper/lltypesystem/rffi.py - rpython/translator/c/src/precommondefs.h - rpython/translator/c/src/thread_nt.c - rpython/translator/c/src/threadlocal.h View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/50c298f1b56154a37831433d15d4371baf95194d...cb84df9d2c479b5b41590379dbc211d6c40171cd --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/50c298f1b56154a37831433d15d4371baf95194d...cb84df9d2c479b5b41590379dbc211d6c40171cd You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
