Carl Friedrich Bolz-Tereick pushed to branch branch/open-ended-traces-3.7 at PyPy / pypy
Commits: f2939268 by Carl Friedrich Bolz-Tereick at 2021-03-15T10:47:55+01:00 increment the magic number, which should have happened in 7b6f5e251bd1, sorry :-(. add a simple test that hashes stdlib_opcode and compares it against a hard-coded number. if that changes, we get a failing test to remind us to update the magic. --HG-- branch : py3.7 - - - - - 8d87b355 by Matti Picus at 2021-03-15T12:15:16+02:00 start 7.3.4 release: update versions and contributors, create release note - - - - - e763840e by Matti Picus at 2021-03-15T12:23:18+02:00 merge default into py3.7 --HG-- branch : py3.7 - - - - - cdd5cb85 by Carl Friedrich Bolz-Tereick at 2021-03-15T16:12:34+01:00 try to fix #3351: when two cursors shared the same statement, and one of them was collected at the wrong time, we could get an SQLITE_MISUSE that was reported in confusing ways. fix this by remembering *which* cursors is using a statement, and only freeing those that we use --HG-- branch : py3.7 - - - - - 2e4e465c by Carl Friedrich Bolz-Tereick at 2021-03-15T16:40:14+01:00 properly report sqlite errors from the callers of __set_param --HG-- branch : py3.7 - - - - - a2e26b13 by Carl Friedrich Bolz-Tereick at 2021-03-16T07:11:34+01:00 merge py3.7 --HG-- branch : open-ended-traces-3.7 - - - - - 11 changed files: - LICENSE - extra_tests/test_sqlite3.py - lib_pypy/_sqlite3.py - pypy/doc/conf.py - pypy/doc/contributor.rst - + pypy/doc/release-v7.3.4.rst - pypy/doc/tool/makecontributor.py - pypy/interpreter/pycode.py - pypy/module/cpyext/include/patchlevel.h - pypy/module/imp/test/test_import.py - pypy/module/sys/version.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c47a2393feb45bfc2cd9d871ea7b5541325854b7...a2e26b13fe616cfea6df06f5502f9d775cff1044 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c47a2393feb45bfc2cd9d871ea7b5541325854b7...a2e26b13fe616cfea6df06f5502f9d775cff1044 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
