https://github.com/python/cpython/issues/60711#issuecomment-2698306318

3 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub
Programming Python Bug Reports
Add unittests about 1 month ago
enhancement help wanted

https://github.com/python/cpython/issues/60711#issuecomment-2698306318

Python
Programming Python Bug Reports

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

https://github.com/python/cpython/issues/60711#issuecomment-2698306318

Python
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

https://github.com/python/cpython/issues/60711#issuecomment-2698306318

Python