[issue12572] HP/UX compiler workarounds

Jim Schneider report at bugs.python.org
Fri Jul 15 18:07:32 CEST 2011


Jim Schneider <jim.schneider at dataflux.com> added the comment:

The HP/UX C compiler grumbles when a symbol that is declared static is later defined without the static storage class specifier.  The attached patch just adds the missing "static" keywords.

----------
Added file: http://bugs.python.org/file22670/Python-ast.patch

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


More information about the Python-bugs-list mailing list