You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix segfault in pybind11 shared libraries caused by NULL locale facets in std::ofstream. Replaced iostream-based logging with C stdio (FILE*/fprintf/strftime) in XmLog so the log writer no longer depends on C++ locale machinery.