From 921f2e5a0a24593550660174a1ce378e9799f6b9 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 6 Apr 2026 08:51:36 +0000 Subject: [PATCH] Disable autohinting again Britney has been crashing since the 05:53:38 run on 2026-04-04: I: [2026-04-04T08:00:39+0000] - > Processing hints from the auto hinter ... RecursionError: maximum recursion depth exceeded Revert "Re-enable autohinting" This reverts commit 2d14692555b07bc5b4d437685fec8c01220b8944. --- britney.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/britney.py b/britney.py index 9c32d44..8d8f427 100755 --- a/britney.py +++ b/britney.py @@ -1470,6 +1470,9 @@ class Britney(object): """ self.logger.info("> Processing hints from the auto hinter") + self.logger.info(">> Skipping auto hinting due to recursion problem") + return [] + sources_t = self.suite_info.target_suite.sources excuses = self.excuses