mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23:51 +02:00
11 lines
335 B
Diff
11 lines
335 B
Diff
--- ./py_ext/tlshmodule.cpp.orig 2023-09-30 08:54:24.204721322 -0400
|
|
+++ ./py_ext/tlshmodule.cpp 2023-09-30 08:54:29.452762079 -0400
|
|
@@ -286,7 +286,7 @@
|
|
};
|
|
|
|
static PyTypeObject tlsh_TlshType = {
|
|
- PyObject_HEAD_INIT(NULL)
|
|
+ PyObject_HEAD_INIT(0)
|
|
#if PY_MAJOR_VERSION < 3
|
|
0, /* ob_size */
|
|
#endif
|