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 nanjekyejoannah
Recipients nanjekyejoannah
Date 2019-07-31.14:17:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564582636.59.0.312005293129.issue37732@roundup.psfhosted.org>
In-reply-to
Content
Here is a compilation warning I got;

Objects/obmalloc.c: In function ‘_PyObject_Malloc’:
Objects/obmalloc.c:1646:16: warning: ‘ptr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         return ptr;
                ^~~
We can investigate If its not a false alarm.
History
Date User Action Args
2019-07-31 14:17:16nanjekyejoannahsetrecipients: + nanjekyejoannah
2019-07-31 14:17:16nanjekyejoannahsetmessageid: <1564582636.59.0.312005293129.issue37732@roundup.psfhosted.org>
2019-07-31 14:17:16nanjekyejoannahlinkissue37732 messages
2019-07-31 14:17:16nanjekyejoannahcreate