Local hacks to compile and monkey patch issues in the Python world

All AI generated slop. Do NOT trust these "fixes". It's just to get it
working on my machine.
This commit is contained in:
Dion Moult
2026-04-11 16:27:06 +10:00
parent b40e4378b3
commit 543d9f8588
7 changed files with 406 additions and 4 deletions
@@ -93,6 +93,11 @@ except Exception:
from . import guid
from .ifcopenshell_wrapper import entity_instance, file
from .file import rocksdb_lazy_instance
# Hacks!
from .entity_instance import _patch_swig_comparisons
_patch_swig_comparisons()
del _patch_swig_comparisons
# End hacks!
from .sql import sqlite, sqlite_entity
# explicitly specify available imported symbols