Serhiy Storchaka added the comment:

Here is a sample patch that make namedtuple() not using dynamic compilation. It 
has rough the same performance effect as inlining the named tuple source, but 
affects all named tuples.

----------
Added file: http://bugs.python.org/file45388/namedtuple-no-compile.patch

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

Reply via email to