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
393 contributions in the last year
Contribution activity
February 1, 2020
ZackerySpytz has no activity
yet for this period.
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-8901: Windows registry path not ignored with the -E option
- bpo-24337: Implement email.message.Message.__repr__()
- bpo-39393: Misleading error message on dependent DLL resolution failure
- 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