New submission from Joannah Nanjekye <nanjekyejoan...@gmail.com>:

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.

----------
messages: 348807
nosy: nanjekyejoannah
priority: normal
severity: normal
status: open
title: Possible uninitialized variable in Objects/obmalloc.c
type: behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37732>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to