Open Issues Need Help
View All on GitHub Programming • Python Bug Reports
Add unittests about 1 month ago
enhancement help wanted
Programming • Python Bug Reports
Prevent calling `poll()` from multiple threads concurrently about 2 months ago
AI Summary: Implement thread safety for the `winpoll` library's `wsapoll` function, ensuring that concurrent calls from multiple threads are prevented, mirroring the behavior of CPython and PyPy's `select.poll` implementations. This involves adding synchronization mechanisms (e.g., locks) to protect shared resources within the `wsapoll` object.
Complexity:
4/5
enhancement help wanted
Programming • Python Bug Reports
Add documentation about 2 months ago
AI Summary: Add docstrings to the `winpoll` Python library, which provides a pure Python implementation of `select.poll` for Windows using `ctypes.windll.Ws2_32`. This involves documenting the module, classes, functions, and methods to clearly explain their purpose, parameters, and return values.
Complexity:
2/5
documentation enhancement help wanted