]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Another attempt at making the set constructor both safe and fast. [SF
authorGuido van Rossum <guido@python.org>
Fri, 8 Nov 2002 17:03:36 +0000 (17:03 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 8 Nov 2002 17:03:36 +0000 (17:03 +0000)
commit7cd83ca9adefadee172f252f4f89f24dc10cd715
treeb1c99ffd4402fbeeb3e70884e3a06457df58bbb4
parent91e77536e8285bd2276a40bb891efc9001b9f8a6
Another attempt at making the set constructor both safe and fast.  [SF
bug 628246]
Lib/sets.py