Changes between Initial Version and Version 1 of Ticket #60406, comment 1


Ignore:
Timestamp:
Apr 28, 2020, 12:35:49 PM (4 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60406, comment 1

    initial v1  
    1 This is working as intended, as select is broken on these OS versions. This matches the python 3.x ports and the python that Apple ships with the OS. The documentations states that select.poll is not available on all platforms. I would recommend using the `selectors2` module from PyPI to automatically use the best implementation (it works the same as the `selectors` standard library module in python 3.5+).
     1This is working as intended, as poll is broken on these OS versions. This matches the python 3.x ports and the python that Apple ships with the OS. The documentations states that select.poll is not available on all platforms. I would recommend using the `selectors2` module from PyPI to automatically use the best implementation (it works the same as the `selectors` standard library module in python 3.5+).