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 f26846f commit bdc32feCopy full SHA for bdc32fe
Modules/_lzmamodule.c
@@ -1317,7 +1317,7 @@ PyDoc_STRVAR(Decompressor_unused_data_doc,
1317
"Data found after the end of the compressed stream.");
1318
1319
static PyObject *
1320
-Decompressor_unused_data_get(PyObject *op, void *Py_UNUSED(ignored))
+Decompressor_unused_data_get(PyObject *op, void *Py_UNUSED(closure))
1321
{
1322
Decompressor *self = Decompressor_CAST(op);
1323
if (!FT_ATOMIC_LOAD_CHAR_RELAXED(self->eof)) {
0 commit comments