[issue20168] Derby: Convert the _tkinter module to use Argument Clinic

Steve Dower report at bugs.python.org
Sun May 3 21:39:35 CEST 2015


Steve Dower added the comment:

This broke Windows builds because of unnecessary "static" qualifiers on the forward declarations at lines 2685 and 3006 (as discussed on #20323).

Removing "static" from these lines fixes the build.

----------
nosy: +steve.dower
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20168>
_______________________________________


More information about the Python-bugs-list mailing list