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 Mark.Shannon
Recipients Mark.Shannon
Date 2012-03-09.10:04:21
SpamBayes Score 6.384211e-05
Marked as misclassified No
Message-id <1331287462.62.0.137638108542.issue14239@psf.upfronthosting.co.za>
In-reply-to
Content
I get the following compiler warning (rev 2a142141e5fd)
Its not strictly an error, but an unitialised variable in such an 
important function is dangerous.

Objects/object.c: In function ‘_PyObject_GenericSetAttrWithDict’:
Objects/object.c:1144: warning: ‘descr’ may be used uninitialised in this function

Patch attached
History
Date User Action Args
2012-03-09 10:04:22Mark.Shannonsetrecipients: + Mark.Shannon
2012-03-09 10:04:22Mark.Shannonsetmessageid: <1331287462.62.0.137638108542.issue14239@psf.upfronthosting.co.za>
2012-03-09 10:04:22Mark.Shannonlinkissue14239 messages
2012-03-09 10:04:21Mark.Shannoncreate