Searched refs:Compressor_type (Results 1 – 1 of 1) sorted by relevance
829 static PyTypeObject Compressor_type = { variable1491 if (PyType_Ready(&Compressor_type) == -1) in PyInit__lzma()1493 Py_INCREF(&Compressor_type); in PyInit__lzma()1495 (PyObject *)&Compressor_type) == -1) in PyInit__lzma()