[Checkins] [zopefoundation/RestrictedPython] 746045: Protect tuple assignments with '_getiter_'.

GitHub noreply at github.com
Sat Nov 5 22:28:52 CET 2016


  Branch: refs/heads/try-out-coveralls
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 746045b9a70bc345b3b77da0672ce48ede3af9e8
      https://github.com/zopefoundation/RestrictedPython/commit/746045b9a70bc345b3b77da0672ce48ede3af9e8
  Author: stephan-hof <sh at axiros.com>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_transformer.py

  Log Message:
  -----------
  Protect tuple assignments with '_getiter_'.


  Commit: 33a3e2a205debf2fa228bd93e09a2cfeec5c7086
      https://github.com/zopefoundation/RestrictedPython/commit/33a3e2a205debf2fa228bd93e09a2cfeec5c7086
  Author: stephan-hof <sh at axiros.com>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_transformer.py

  Log Message:
  -----------
  Allow try..except..finally in the new transformer.py

Not allowing it would be a big regression, since the old RCompile allowed it
also.


  Commit: 1bfa3c0cee283e00ef2d8159f667582bdb629bce
      https://github.com/zopefoundation/RestrictedPython/commit/1bfa3c0cee283e00ef2d8159f667582bdb629bce
  Author: stephan-hof <sh at axiros.com>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_transformer.py

  Log Message:
  -----------
  Protect tuple unpacking on exception handlers.


  Commit: a21797ef0ffc9ab8289eaf334b6af11e773e2608
      https://github.com/zopefoundation/RestrictedPython/commit/a21797ef0ffc9ab8289eaf334b6af11e773e2608
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2016-11-05 (Sat, 05 Nov 2016)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_transformer.py

  Log Message:
  -----------
  Merge branch 'Python3_update' into try-out-coveralls


Compare: https://github.com/zopefoundation/RestrictedPython/compare/f2b3bdc5d044...a21797ef0ffc


More information about the checkins mailing list