https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280922

--- Comment #2 from Dag-Erling Smørgrav <d...@freebsd.org> ---
Your patch makes no sense.  You assume that fields that weren't explicitly
initialized are zero, but that's frequently not the case.  The correct fix is
to change cpython to explicitly initialize its `struct tm` either with an
initializer or with `memset()`.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to