# Crash report ```pycon >>> import mmap >>> m = mmap.mmap(-1, mmap.PAGESIZE) >>> m.resize(2 * mmap.PAGESIZE) >>> m[:] Bus error (core dumped) ``` Tested on Linux. <!-- gh-linked-prs --> ### Linked PRs * gh-138220 * gh-138386 * gh-138387 <!-- /gh-linked-prs -->
Crash report
Tested on Linux.
Linked PRs