Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises-
Red Hat
- France
- Sign in to view email
- http://vstinner.readthedocs.io/
Pinned
2,454 contributions in the last year
Contribution activity
January 2020
Created a pull request in python/cpython that received 6 comments
bpo-39239: epoll.unregister() no longer ignores EBADF
The select.epoll.unregister() method no longer ignores the EBADF error. https://bugs.python.org/issue39239
+13
−6
•
6
comments
- bpo-38439: Add 256px IDLE icon
- bpo-33955: Support USE_STACKCHECK on macOS
- [3.8] bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780)
- [3.7] bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780)
- bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor
- bpo-38870: Implement Simple Preceding to AST Unparser
- bpo-32894: Support unparsing of infinity numbers in ast_unparser.c