Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Function definitions usually are cheap, as well as global constants definitions 
(unless they use complex comprehensions or call heavy functions for 
initialization). Creating a class is an order or more slower than creating a 
function. Creating enums and namedtuples is an order or two slower than 
creating a plain class.

----------
nosy: +serhiy.storchaka

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

Reply via email to