Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits: ee3da617 by Carl Friedrich Bolz-Tereick at 2022-02-14T09:58:00+01:00 issue #3676: make sure that frozensets cannot be mutated by using methods from set it's enough to change interp2app, because the unwrapper that it builds will make sure that we pass the right class in only - - - - - dc74a513 by Carl Friedrich Bolz-Tereick at 2022-02-14T10:12:20+01:00 just make all the interp2apps use the right class. this means we also won't ever get the weird "expected set-or-frozenset" message any more. - - - - - 2a819833 by Carl Friedrich Bolz-Tereick at 2022-02-14T11:29:04+01:00 finally, move the methods to W_SetObject (except for descr_difference_update, which is used in descr_difference) - - - - - 2 changed files: - pypy/objspace/std/setobject.py - pypy/objspace/std/test/test_setobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6b7bca9ad71b44f286626a1ad5f01c96cd41aa28...2a819833178350c21c7e6d4724765ad7c83d0cb0 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/6b7bca9ad71b44f286626a1ad5f01c96cd41aa28...2a819833178350c21c7e6d4724765ad7c83d0cb0 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit