v1.2.1
-
Fix verbose debug logging for ignored signals.
Before this patch, they were reported in the verbose log as "forwarded
signal 0 to children" instead of "not forwarding signal to children".Since signal 0 is a noop, there is no actual behavior change here.
Thanks @kpengboy for the patch!
-
Fix Python package installation on platforms without
-static
support (e.g. Mac OS X)Thanks @NicolasLM for the issue and @asottile for the patch!