mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
That is, an object whose type defines the protocol slot. Note that due to protocol confusion, a variant of the original crasher that returned e.g., a machine.Pin instance could still lead to a crash (#17852). Fixes issue #17841. Signed-off-by: Jeff Epler <jepler@gmail.com> Signed-off-by: Jeff Epler <jepler@unpythonic.net>
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
mount False False
|
|
open /noexist.py rb
|
|
OSError
|
|
open /test.py rb
|
|
123
|
|
TypeError
|
|
umount
|
|
mount False False
|
|
OSError
|
|
umount
|