[issue1564547] Py_signal_pipe

Adam Olsen report at bugs.python.org
Sun Dec 9 18:43:00 CET 2007


Adam Olsen added the comment:

The minimal patch doesn't initialize dummy_char or dummy_c.  It's
harmless here, but please fix it. ;)

sizeof(dummy_char) will always be 1 (C defines sizeof as multiples of
char.)  The convention seems to be hardcoding 1 instead.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1564547>
_____________________________________


More information about the Python-bugs-list mailing list