This commit is contained in:
Antoine Pitrou 2011-08-11 20:34:07 +02:00
parent b1b6360f57
commit 162c6010d6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Native opcodes for sets and frozensets
Many common built-in types (such as str, bytes, dict, list, tuple) have
dedicated opcodes to improve resource consumption when serializing and
deserializing them; however, sets and frozensets don't. Adding such opcodes
would be an obvious improvements. Also, dedicated set support could help
would be an obvious improvement. Also, dedicated set support could help
remove the current impossibility of pickling self-referential sets
[2]_.