[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2018-06-14 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2018-06-14 Thread Tal Einat
Change by Tal Einat : -- nosy: -taleinat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2015-02-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Argument Clinic ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: -berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-07-06 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-21 Thread Tal Einat
Tal Einat added the comment: I've been working on converting unicode, bytes and bytearray, but their files are separated into Derby groups #10, #11 and #12. Could we create a new issue and move the relevant files to it? The files I'd like to move: >From Derby #10 (issue20179): Objects/byt

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-21 Thread Tal Einat
Tal Einat added the comment: Never mind my previous comment; I realize it would create to much of a mess. Sorry for the noise. -- ___ Python tracker ___

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-15 Thread Larry Hastings
Larry Hastings added the comment: Until you have some numbers, your assertion has no weight and should be ignored. (As Carl Sagan once wrote: "That which can be asserted without evidence can be dismissed without evidence." And as Donald Knuth wrote: "Premature optimization is the root of all

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have no any numbers. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-15 Thread Larry Hastings
Larry Hastings added the comment: Can you give me an example of performance degradation due to Argument Clinic? What percentage slowdown is common? -- ___ Python tracker ___ __

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I want to warn against the converting of base objects (whose sources lie in Objects/). Their performance is critical and the converting can worsen it. Often they even don't use PyArg_ParseTuple due to performance reasons or because argument parsing is too sp

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-08 Thread Larry Hastings
Larry Hastings added the comment: Here's how the files were parceled out into the various bundles: #20170 Derby #1: Convert 137 sites to Argument Clinic in Modules/posixmodule.c Modules/posixmodule.c: 137 sites #20171 Derby #2: Convert 115 sites to Argument Clinic in Modules/_cursesmodule

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread R. David Murray
Changes by R. David Murray : -- dependencies: +Derby #10: Convert 50 sites to Argument Clinic across 4 files, Derby #11: Convert 50 sites to Argument Clinic across 9 files, Derby #12: Convert 50 sites to Argument Clinic across 4 files, Derby #13: Convert 50 sites to Argument Clinic ac

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: The issue tracker isn't letting me add all the dependencies to the dependency list. For the record, here are the numbers: #20133 #20148 #20151 #20152 #20159 #20168 #20170 #20171 #20172 #20173 #20174 #20175 #20177 #20178 #20179 #20180 #20181 #20182 #20183 #2018

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- dependencies: +Derby: Convert the _sre module to use Argument Clinic -Derby: Convert the audioop module to use Argument Clinic ___ Python tracker

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Larry Hastings
Changes by Larry Hastings : -- dependencies: +Derby: Convert the audioop module to use Argument Clinic ___ Python tracker ___ ___ Pyth

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-01-07 Thread Larry Hastings
New submission from Larry Hastings: This is a meta-issue tracking all the Argument Clinic Derby sub-issues. -- assignee: larry components: email messages: 207649 nosy: barry, larry, r.david.murray priority: normal severity: normal stage: needs patch status: open title: The Great Argument