zopefoundation / RestrictedPython

A restricted execution environment for Python to run untrusted code.
http://restrictedpython.readthedocs.io/
Other
467 stars 38 forks source link

add test for except star #237

Closed eikichi18 closed 1 year ago

eikichi18 commented 2 years ago

Add test for except star

icemac commented 2 years ago

The code looks good now. The change log entry is still requested. Maybe we have to lower the required code coverage, so the tests can pass. (Instead of waiting for #238.)

eikichi18 commented 2 years ago

Done