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 eelizondo
Recipients eelizondo
Date 2018-12-03.06:33:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2018-12-03 06:33:59eelizondosetrecipients: + eelizondo
2018-12-03 06:33:59eelizondosetmessageid: <[email protected]>
2018-12-03 06:33:59eelizondolinkissue35381 messages
2018-12-03 06:33:58eelizondocreate