File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 275
275
and [ here] ( https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L114 ) :
276
276
these lines ensures that the exception will not be thrown.
277
277
The ` rdobjmap ` and ` wrobjmap ` dictionary entries are invalidated
278
- [ here] ( https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L91 )
278
+ [ here] ( https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L91 )
279
279
and [ here] ( https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L101 ) .
280
280
This has the same aim: if an attempt is made incorrectly to reschedule them, an
281
281
exception is thrown.
You can’t perform that action at this time.
0 commit comments