bigchaindb / bigchaindb/python-rapidjson-schema
Deallocation of schema
オープン
bug
- 主要言語
- C++
- スター
- 3
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
@lelit pointed out that the SchemaDocument is never deallocated, which may be neccesary for some use cases (not all). Implement a `tp_dealloc` method in the python object definition to take care of this.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Locate the Python object definition that owns the SchemaDocument and read how its lifetime is managed. Implement the requested tp_dealloc method there, then verify that SchemaDocument is released when the Python object is deallocated.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp, python
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100