[issue35381] Heap-allocated posixmodule types

2019-01-04 Thread Eric Snow
Change by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue35381] Heap-allocated posixmodule types

2018-12-02 Thread Eddie Elizondo
Change by Eddie Elizondo : -- keywords: +patch pull_requests: +10089 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue35381] Heap-allocated posixmodule types

2018-12-02 Thread Eddie Elizondo
Change by Eddie Elizondo : -- title: Heap-allocated Posixmodule types -> Heap-allocated posixmodule types ___ Python tracker ___ ___

[issue35381] Heap-allocated Posixmodule types

2018-12-02 Thread Eddie Elizondo
Change by Eddie Elizondo : -- title: Heap-allocated Posixmodule -> Heap-allocated Posixmodule types ___ Python tracker ___ ___ Pytho

[issue35381] Heap-allocated Posixmodule

2018-12-02 Thread Eddie Elizondo
New submission from Eddie Elizondo : 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 n