summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsvidyuk <[email protected]>2022-10-31 07:26:55 +0300
committersvidyuk <[email protected]>2022-10-31 07:26:55 +0300
commit6c4154f717c648a62b7c320c2cd320c93aa2377e (patch)
treec6cfd0f5f13ce6ab9ab615e21a63b230b0508042
parent4797d8678612824c0533a78b241eb6611131d542 (diff)
Ymake maven-export config fixes
-rw-r--r--contrib/restricted/boost/python/src/object/enum.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/restricted/boost/python/src/object/enum.cpp b/contrib/restricted/boost/python/src/object/enum.cpp
index 293e7058991..5753b32e074 100644
--- a/contrib/restricted/boost/python/src/object/enum.cpp
+++ b/contrib/restricted/boost/python/src/object/enum.cpp
@@ -113,7 +113,6 @@ static PyTypeObject enum_type_object = {
#if PY_VERSION_HEX < 0x03000000
| Py_TPFLAGS_CHECKTYPES
#endif
- | Py_TPFLAGS_HAVE_GC
| Py_TPFLAGS_BASETYPE, /* tp_flags */
0, /* tp_doc */
0, /* tp_traverse */