[issue20148] Derby: Convert the _sre module to use Argument Clinic

Steve Dower report at bugs.python.org
Sun May 3 21:37:43 CEST 2015


Steve Dower added the comment:

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

Removing "static" from these lines fixes the build.

----------
nosy: +steve.dower

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


More information about the Python-bugs-list mailing list