closes bpo-39859: Do not downcast result of hstrerror (GH-18790)
set_herror builds a string by calling hstrerror but downcasts its return value to char *. It should be const char *. Automerge-Triggered-By: @benjaminp
A
Andy Lester committed
e63117a84ef11083be86db7afb2ac2789491ca09
Parent: da4d656
Committed by GitHub <noreply@github.com>
on 3/6/2020, 4:43:36 AM