[issue15682] PEP 3121 refactoring applied to fpectl module

2020-09-07 Thread STINNER Victor
STINNER Victor added the comment: Module removed in Python 3.7: bpo-29137. -- nosy: +vstinner resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Fix fpectl-induced ABI breakage ___ Python tracker

[issue15682] PEP 3121 refactoring applied to fpectl module

2012-11-08 Thread Robin Schreiber
Changes by Robin Schreiber : -- keywords: +pep3121 -patch nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue15682] PEP 3121 refactoring applied to fpectl module

2012-08-16 Thread Robin Schreiber
New submission from Robin Schreiber: Changes proposed in PEP3121 have now been applied to the fpectl module! -- components: Extension Modules files: fpectl_pep3121_v0.patch keywords: patch messages: 168355 nosy: Robin.Schreiber priority: normal severity: normal status: open title: PEP 31