bigchaindb / bigchaindb/python-rapidjson-schema
Deallocation of schema
Ouverte
bug
- Langage dominant
- C++
- Étoiles
- 3
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
@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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cpp, python
- Domaine
- backend
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100