[issue32460] don't use tentative declarations

Benjamin Peterson report at bugs.python.org
Sun Dec 31 13:02:17 EST 2017


Benjamin Peterson <benjamin at python.org> added the comment:

If no definition provides an initializer, they'll end up initialized to 0. The legacy part is that you can have multiple tentative definitions of a symbol and most unix linkers will merge them.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32460>
_______________________________________


More information about the Python-bugs-list mailing list