Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/builtinevex: Support passing in a bytearray/buffer to eval/exec. | Damien George | 2020-02-28 |
CPython allows this and it's a simple generalisation of the existing code which just supported str/bytes. Fixes issue #5704. |