[issue15665] PEP 3121, 384 refactoring applied to lsprof module

2020-11-19 Thread STINNER Victor
STINNER Victor added the comment: commit 83de110dce94a9196dccc01d526628615714e362 Author: Mohamed Koubaa Date: Wed Sep 23 05:33:21 2020 -0500 bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-0) See bpo-4 "Convert a few stdlib extensions to the limited C API

[issue15665] PEP 3121, 384 refactoring applied to lsprof module

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

[issue15665] PEP 3121, 384 refactoring applied to lsprof module

2012-08-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15665] PEP 3121, 384 refactoring applied to lsprof module

2012-08-15 Thread Robin Schreiber
New submission from Robin Schreiber: Changes proposed in PEP3121 and PEP384 have now been applied to the lsprof module! -- components: Extension Modules files: _lsprof_pep3121-384_v0.patch keywords: patch messages: 168292 nosy: Robin.Schreiber priority: normal severity: normal status: o