Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

micropython

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Paul Sokolovsky authored
    Per CPython docs, "Registering a file descriptor that’s already registered
    is not an error, and has the same effect as registering the descriptor
    exactly once."
    https://docs.python.org/3/library/select.html#select.poll.register
    
    That's somewhat ambiguous, what's implemented here is that if fd si not
    yet registered, it is registered. Otherwise, the effect is equivalent to
    modify() method.
    082b1212
    History
    Name Last commit Last update