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 serhiy.storchaka
Recipients methane, serhiy.storchaka
Date 2019-10-22.09:31:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571736678.22.0.114806248729.issue38555@roundup.psfhosted.org>
In-reply-to
Content
&DK_ENTRIES(k)[i] can be evaluated when i is -1. Getting the address before the beginning of the array is an undefined behavior in C.
History
Date User Action Args
2019-10-22 09:31:18serhiy.storchakasetrecipients: + serhiy.storchaka, methane
2019-10-22 09:31:18serhiy.storchakasetmessageid: <1571736678.22.0.114806248729.issue38555@roundup.psfhosted.org>
2019-10-22 09:31:18serhiy.storchakalinkissue38555 messages
2019-10-22 09:31:17serhiy.storchakacreate