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 vstinner
Recipients vstinner
Date 2019-09-12.14:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568297451.75.0.921053562496.issue38118@roundup.psfhosted.org>
In-reply-to
Content
==30746== Conditional jump or move depends on uninitialised value(s)
==30746==    at 0x4DC8FF: PyState_AddModule (pystate.c:707)

Oh, this issue looks like a duplicate of bpo-38124 which has just been fixed by:

New changeset 39de95b746c990e6a2fe9af5fad01747f58b2e5f by Benjamin Peterson in branch 'master':
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
https://github.com/python/cpython/commit/39de95b746c990e6a2fe9af5fad01747f58b2e5f
History
Date User Action Args
2019-09-12 14:10:51vstinnersetrecipients: + vstinner
2019-09-12 14:10:51vstinnersetmessageid: <1568297451.75.0.921053562496.issue38118@roundup.psfhosted.org>
2019-09-12 14:10:51vstinnerlinkissue38118 messages
2019-09-12 14:10:51vstinnercreate