We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b40742 commit 37cb7f3Copy full SHA for 37cb7f3
Modules/blake2module.c
@@ -900,7 +900,7 @@ static int
900
py_blake2_clear(PyObject *op)
901
{
902
Blake2Object *self = (Blake2Object *)op;
903
- // The initialization function uses PyObject_New() but explicitly
+ // The initialization function uses PyObject_GC_New() but explicitly
904
// initializes the HACL* internal state to NULL before allocating
905
// it. If an error occurs in the constructor, we should only free
906
// states that were allocated (i.e. that are not NULL).
0 commit comments