[issue1479611] speed up function calls

2012-05-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Closing as terribly outdated (and not very promising). -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1479611

[issue1479611] speed up function calls

2011-05-05 Thread Pas
Changes by Pas pasthe...@gmail.com: -- nosy: +pas ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1479611 ___ ___ Python-bugs-list mailing list

[issue1479611] speed up function calls

2011-03-22 Thread Raymond Hettinger
Changes by Raymond Hettinger raymond.hettin...@gmail.com: -- assignee: rhettinger - versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1479611 ___

[issue1479611] speed up function calls

2010-08-11 Thread Raymond Hettinger
Changes by Raymond Hettinger rhettin...@users.sourceforge.net: -- assignee: - rhettinger priority: normal - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1479611 ___

[issue1479611] speed up function calls

2010-08-09 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- type: feature request - performance ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1479611 ___ ___

[issue1479611] speed up function calls

2010-07-16 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I'm not sure if this is worth pursuing given the way performance is so often governed by networking and/or IO issues today, bearing in mind comments like msg50163 and msg59872. I'd certainly like to see more comments from core

[issue1479611] speed up function calls

2010-07-16 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: I think Raymond might be interested. Since this is not a bug fix, it can only be considered for 3.x. -- nosy: +belopolsky, rhettinger versions: +Python 3.2 -Python 2.7 ___

[issue1479611] speed up function calls

2010-01-20 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- keywords: +needs review stage: - patch review versions: +Python 2.7 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1479611 ___

[issue1479611] speed up function calls

2009-01-12 Thread Collin Winter
Changes by Collin Winter coll...@gmail.com: -- nosy: +collinwinter, jyasskin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1479611 ___ ___

[issue1479611] speed up function calls

2008-01-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch applicable for SVN trunk. However, as Bob I have mixed results on this. For example, functions with variable parameter count have become slower: # With patch $ ./python -m timeit -s def f(*x): pass 'for x in xrange(1): f(1)' 100 loops, best

[issue1479611] speed up function calls

2008-01-11 Thread Christian Heimes
Changes by Christian Heimes: -- type: - rfe versions: +Python 2.6 -Python 2.5 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1479611 _ ___ Python-bugs-list