Skip to content

Commit

Permalink
primecountpy/primecount.pyx: Use proper absolute cimport
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 5, 2024
1 parent 3e0a169 commit effbd7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion primecountpy/primecount.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ from libcpp.string cimport string as cppstring
from cpython.int cimport PyInt_FromString

from cysignals.signals cimport sig_on, sig_off
cimport defs as pcount

cimport primecountpy.defs as pcount

cdef inline int _do_sig(int64_t n):
"threshold for sig_on/sig_off"
Expand Down

0 comments on commit effbd7c

Please sign in to comment.