Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Pinned
399 contributions in the last year
Contribution activity
January 2020
Created a pull request in python/cpython that received 6 comments
bpo-35561: Fix valgrind warnings in selectmodule.c
Update Misc/valgrind-python.supp to suppress the false alarm. https://bugs.python.org/issue35561
+8
−0
•
6
comments
- bpo-38848: compileall fails when the platform lacks a working sem_open()
- bpo-38840: Incorrect __all__ in multiprocessing.managers
- bpo-39273: Expose BUTTON5_* constants in the curses module if available
- bpo-28166: WindowsConsoleIO misbehavior when Ctrl+C is ignored
- bpo-36351: Do not set ipv6type when cross-compiling
- bpo-38704: Prevent installation on unsupported Windows versions
- bpo-35561: Fix valgrind warnings in selectmodule.c