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