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 Mark.Shannon, kj, ronaldoussoren, serhiy.storchaka, shihai1991, vstinner
Date 2020-11-11.06:47:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605077235.95.0.449462533384.issue42294@roundup.psfhosted.org>
In-reply-to
Content
PyModule_AddObject() has unique weird design, it is easy to misuse, and most code misuse it, but fixing it would break the code which uses it correctly.

I did not see any problems with PyTuple_GetItem().
History
Date User Action Args
2020-11-11 06:47:15serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, vstinner, Mark.Shannon, shihai1991, kj
2020-11-11 06:47:15serhiy.storchakasetmessageid: <1605077235.95.0.449462533384.issue42294@roundup.psfhosted.org>
2020-11-11 06:47:15serhiy.storchakalinkissue42294 messages
2020-11-11 06:47:15serhiy.storchakacreate