summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_eval_buffer.py
AgeCommit message (Collapse)Author
2020-02-28py/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.