[issue20323] Argument Clinic: docstring_prototype output causes build failure on Windows

Steve Dower report at bugs.python.org
Wed Feb 25 18:00:13 CET 2015


Steve Dower added the comment:

You need to leave static out of the forward definition and then add it in the initialization. The variable is not accessible from other object files - I checked.

"const char[]" and "static const char[]" should work the same, though I haven't tried it.

----------

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


More information about the Python-bugs-list mailing list