[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(
|
@cython.locals(
|
||||||
i=cython.int,
|
i=cython.int,
|
||||||
j=cython.int,
|
j=cython.int,
|
||||||
tolerance=cython.double,
|
# tolerance=cython.double, # https://github.com/fonttools/fonttools/issues/3282
|
||||||
x=cython.double,
|
x=cython.double,
|
||||||
y=cython.double,
|
y=cython.double,
|
||||||
p=cython.double,
|
p=cython.double,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user