Peter Hinch

Results 26 issues of Peter Hinch

The following: ```python a = { 'one' : 1, 'two' : 2, 'three' : 3, 'four', 4 # error } ``` produces the following outcome: ``` MicroPython v1.8.7-893-g46b849a on 2017-06-22;...

Testing was done with a build using code of 27th Nov. I couldn't update because of https://github.com/micropython/micropython/issues/2700. Pasting the following: ```python import machine import micropython micropython.alloc_emergency_exception_buf(100) def alarm_handler(rtc_o): print("Hello from...

port-esp8266

Copy the following and paste it at the REPL: ```python z = 'ÇØĚ' ``` In paste mode it works, but not at the REPL prompt where the string contents disappears.

@bobveringa I hope you had an enjoyable break. I have given some thought to the changes on the `read_allocate` branch. I think, once you've ironed out any issues in your...

This comes out of discussions with @jimmo: there seems to be a hazard which may be little known. I am unclear about the status of user classes which have bound...

docs

### Description Follow on from https://github.com/micropython/micropython/pull/11777#issuecomment-2390338451. To the naive user of a system with multiple mounted filesystems the behaviour of ``` $ mpremote cp foo.py : ``` seems nondeterministic, because...

enhancement