]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 17 Nov 2010 21:20:18 +0000 (21:20 +0000)
committerDavid Malcolm <dmalcolm@redhat.com>
Wed, 17 Nov 2010 21:20:18 +0000 (21:20 +0000)
commit82e73cb951b72d91b924452ee44eefb6f135640f
treef62b9865bafad360715fac61e63ec710a8f6755f
parent664c2d1fc072d0cbd9b92a1cd5c9ac9ad7db326e
Issue #9518: Extend the PyModuleDef_HEAD_INIT macro to explicitly
zero-initialize all fields, fixing compiler warnings seen when building
extension modules with gcc with "-Wmissing-field-initializers" (implied
by "-W")
Include/moduleobject.h
Misc/NEWS