New submission from Andy Lester <a...@petdance.com>:

set_herror builds a string by calling hstrerror but downcasts its return value 
to char *.  It should be const char *.

----------
components: Interpreter Core
messages: 363418
nosy: petdance
priority: normal
severity: normal
status: open
title: set_herror should not throw away constness of hstrerror

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39859>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to