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, corona10, erlendaasland, gvanrossum, pablogsal, serhiy.storchaka, shihai1991, shreyanavigyan, vstinner
Date 2021-04-26.11:34:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619436851.85.0.527312870918.issue43908@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.8 there were only few extension heap types: _curses_panel.panel, ssl.SSLError, _tkinter.tkapp, _tkinter.Tcl_Obj, _tkinter.tktimertoken and PyStructSequence types.

The following heap types were added in Python 3.9: posix.DirEntry, posix.ScandirIterator, select.devpoll, select.kevent, select.poll, select.epoll, select.kqueue, _struct.unpack_iterator, _struct.Struct, _abc._abc_data, _random.Random, _json.Scanner, _json.Encoder, zlib.Compress, zlib.Decompress, _hashlib.HASH, _hashlib.HASHXOF, _hashlib.HMAC, ast.AST.

The list of heap types added in Python 3.10 is too long (more than 60 types).
History
Date User Action Args
2021-04-26 11:35:07serhiy.storchakaunlinkissue43908 messages
2021-04-26 11:34:11serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, Mark.Shannon, corona10, pablogsal, shihai1991, erlendaasland, shreyanavigyan
2021-04-26 11:34:11serhiy.storchakasetmessageid: <1619436851.85.0.527312870918.issue43908@roundup.psfhosted.org>
2021-04-26 11:34:11serhiy.storchakalinkissue43908 messages
2021-04-26 11:34:11serhiy.storchakacreate