Brett Cannon added the comment:

We should also see if Mako 1.0.2 uses inspect.getargspec() and create a mako2 
benchmark that does the right thing.

As for Victor's suggestion to simply change the code, we have historically 
avoided modifying library code that we use in a benchmark as it changes 
performance and thus invalidates past measurements for comparison purposes. At 
worst we can duplicate the code, make the change, and still create a new 
benchmark.

----------
assignee:  -> brett.cannon

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25266>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to