summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_fstring.py
diff options
context:
space:
mode:
authorAndrew Leech <andrew.leech@planetinnovation.com.au>2022-08-07 16:24:37 +1000
committerDamien George <damien@micropython.org>2023-01-20 16:31:37 +1100
commit5c4153ea379550bf595bf0bfa0e3711afea17aa0 (patch)
tree75d7ab1912e8a3a24af38ea20a88d260eecb4dbf /tests/basics/string_fstring.py
parentd6bc34a13aa734d8b32e5768c021377ac4815029 (diff)
downloadmicropython-5c4153ea379550bf595bf0bfa0e3711afea17aa0.tar.gz
micropython-5c4153ea379550bf595bf0bfa0e3711afea17aa0.zip
py/objarray: Raise error on out-of-bound memoryview slice start.
32-bit platforms only support a slice offset start of 24 bit max due to the limited size of the mp_obj_array_t.free member. Similarly on 64-bit platforms the limit is 56 bits. This commit adds an OverflowError if the user attempts to slice a memoryview beyond this limit. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/basics/string_fstring.py')
0 files changed, 0 insertions, 0 deletions