[iup] Work around cython bug
Fixes https://github.com/fonttools/fonttools/issues/3282 Ref https://github.com/cython/cython/issues/3928
This commit is contained in:
parent
b14268a23c
commit
60126435df
@ -167,7 +167,7 @@ def iup_delta(
|
||||
@cython.locals(
|
||||
i=cython.int,
|
||||
j=cython.int,
|
||||
tolerance=cython.double,
|
||||
# tolerance=cython.double, # https://github.com/fonttools/fonttools/issues/3282
|
||||
x=cython.double,
|
||||
y=cython.double,
|
||||
p=cython.double,
|
||||
|
Loading…
x
Reference in New Issue
Block a user