This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, abn, barry, benjamin.peterson, christian.heimes, dstufft, georg.brandl, neologix, python-dev, sYnfo, vstinner
Date 2013-09-05.14:06:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cW3cM0hWMz7Lm8@mail.python.org>
In-reply-to
Content
New changeset 90040e560527 by Christian Heimes in branch '3.3':
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
http://hg.python.org/cpython/rev/90040e560527

New changeset 4e93f32176fb by Christian Heimes in branch 'default':
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
http://hg.python.org/cpython/rev/4e93f32176fb

New changeset 07ee48ce4513 by Christian Heimes in branch '2.6':
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
http://hg.python.org/cpython/rev/07ee48ce4513

New changeset a7d5b86ffb95 by Christian Heimes in branch '2.7':
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
http://hg.python.org/cpython/rev/a7d5b86ffb95
History
Date User Action Args
2013-09-05 14:07:00python-devsetrecipients: + python-dev, barry, georg.brandl, vstinner, christian.heimes, benjamin.peterson, Arfrever, neologix, dstufft, abn, sYnfo
2013-09-05 14:06:59python-devlinkissue18709 messages
2013-09-05 14:06:59python-devcreate