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 larry
Recipients brett.cannon, larry, python-dev
Date 2013-11-20.17:14:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384967693.43.0.747305283842.issue19474@psf.upfronthosting.co.za>
In-reply-to
Content
Sigh.  If dataflow analysis could inline the static _impl function, it would notice that there are no code paths where the variable is uninitialized and gets used.  But I'm not surprised compilers aren't that sophisticated.

So I beat the problem to death with a shoe: now, variables that are in option groups that don't otherwise have a default value always get one.
History
Date User Action Args
2013-11-20 17:14:53larrysetrecipients: + larry, brett.cannon, python-dev
2013-11-20 17:14:53larrysetmessageid: <1384967693.43.0.747305283842.issue19474@psf.upfronthosting.co.za>
2013-11-20 17:14:53larrylinkissue19474 messages
2013-11-20 17:14:53larrycreate