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 serhiy.storchaka
Date 2020-11-19.17:31:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605807094.42.0.125121237362.issue42412@roundup.psfhosted.org>
In-reply-to
Content
1. There are leaks if Py_tp_bases is used more than once and if some some calls before setting tp_bases are failed.

2. There is a crash if the bases argument or Py_tp_bases is not a tuple.

3. The documentation is not accurate.
History
Date User Action Args
2020-11-19 17:31:34serhiy.storchakasetrecipients: + serhiy.storchaka
2020-11-19 17:31:34serhiy.storchakasetmessageid: <1605807094.42.0.125121237362.issue42412@roundup.psfhosted.org>
2020-11-19 17:31:34serhiy.storchakalinkissue42412 messages
2020-11-19 17:31:34serhiy.storchakacreate