Terry J. Reedy added the comment:

My timing for set((1,2,3)) is .29, faster than for set([1,2,3]) (.42) but still 
slower than for {1,2,3} (.16).  So I will change such instances also.

The same timing for frozenset((1,2,3)) (.29) is faster than the best timing for 
frozenset({1,2,3}), (.36), so I will not change that unless discussed and 
agreed on.

----------

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

Reply via email to