[New-bugs-announce] [issue35381] Heap-allocated Posixmodule

Eddie Elizondo report at bugs.python.org
Mon Dec 3 01:33:59 EST 2018


New submission from Eddie Elizondo <eduardo.elizondorueda at gmail.com>:

After bpo34784, there are still two more cases of statically allocated types (DirEntryType & ScandirIteratorType). These should also be heap allocated to make posixmodule fully compatible with PEP384.

----------
components: Library (Lib)
messages: 330906
nosy: eelizondo
priority: normal
severity: normal
status: open
title: Heap-allocated Posixmodule
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35381>
_______________________________________


More information about the New-bugs-announce mailing list