Typo
This commit is contained in:
parent
b1b6360f57
commit
162c6010d6
|
@ -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]_.
|
||||
|
||||
|
|
Loading…
Reference in New Issue