summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/builtin_exec_buffer.py
Commit message (Collapse)AuthorAge
* py/builtinevex: Support passing in a bytearray/buffer to eval/exec.Damien George2020-02-28
CPython allows this and it's a simple generalisation of the existing code which just supported str/bytes. Fixes issue #5704.