Synchronization can ensure the safety of mutable data.
They automate allocation and deallocation of memory needed when managing mutable data.
可変長のデータを管理する際に必要となる、煩雑なメモリの確保と解放の処理が不要になります。
However, this leads to unsoundness (a well-typed program can crash) in conjunction with polymorphic mutable data structures.
ただし、これを変更可能な多相データ構造と組み合わせると不健全性が発生します(正しく型付けされたプログラムがクラッシュします)。
Changed in version 2.0:Python versions 1.5.2 and 1.6 also required that the constructor be callable with no parameters, and off era mutable data attribute.
バージョン 2.0 で 変更 された仕様:Pythonバージョン1.5.2と1.6では、コンストラクタが引数なしで呼び出し可能であることと変更可能なdata属性を提供するということも要求されます。
1 This is a design principle for all mutable data structures in Python.
1 これは Python の変更可能なデータ構造全てについての設計上の原則となっています。
Collection Collection classes are classes optimized for BREW and the RVCTB compiler, including array list, interactive link list, hash map, and stack for managing mutable data.
コレクション ( Collection ) コレクションクラスは、可変長のデータを管理するための、配列リストや双方向リンクリスト、ハッシュマップやスタックといった、BREW と RVCTB コンパイラに最適化されたクラスです。