Changed paths:
M Lib/fontTools/qu2cu/qu2cu.py
M Tests/qu2cu/qu2cu_test.py
Log Message:
-----------
[qu2cu] Accept tuple splines when compiled
Cython treats the inner List annotation as a runtime type check, while Qu2CuPen supplies tuple splines. Widen the annotation to Sequence and cover that input.
Changed paths:
M Lib/fontTools/qu2cu/qu2cu.py
M Tests/qu2cu/qu2cu_test.py
Log Message:
-----------
[qu2cu] Accept tuple splines when compiled
Cython treats the inner List annotation as a runtime type check, while Qu2CuPen supplies tuple splines. Widen the annotation to Sequence and cover that input.