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 corona10
Recipients corona10, kj, vstinner
Date 2021-10-06.14:55:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633532104.74.0.34798143664.issue45385@roundup.psfhosted.org>
In-reply-to
Content
Compiler warnings from PR 28572:

Objects/descrobject.c#L183
‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized]

Objects/descrobject.c#L201
‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized]

Objects/descrobject.c#L217
‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized]
History
Date User Action Args
2021-10-06 14:55:04corona10setrecipients: + corona10, vstinner, kj
2021-10-06 14:55:04corona10setmessageid: <1633532104.74.0.34798143664.issue45385@roundup.psfhosted.org>
2021-10-06 14:55:04corona10linkissue45385 messages
2021-10-06 14:55:04corona10create