New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

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.

----------
components: C API
messages: 381444
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Fix bases issues in PyType_FromModuleAndSpec()
type: resource usage
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42412>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to