Armin Rigo <ar...@users.sourceforge.net> added the comment:

The timing is clearly quadratic:

number of attributes     time
1500                     0.24s
3000                     0.94s
6000                     3.74s
12000                    15.57s

Pressing Ctrl-C in the middle of the execution of the largest examples points 
directly to the cause: when we consider the next attribute, we loop over all 
previous ones at enum.py:238.

----------
nosy: +arigo

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

Reply via email to