We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461b402 commit 5330c58Copy full SHA for 5330c58
packages/basemap/src/_geoslib.pyx
@@ -112,7 +112,7 @@ cdef extern from "geos_c.h":
112
# Cython 3: Next cdef needs "noexcept" declaration unless
113
# the compiler directive "legacy_implicit_noexcept" is used
114
# ("noexcept" syntax supported since Cython 0.29.31).
115
-cdef void notice_h(const char *fmt, ...):
+cdef void notice_h(const char *fmt, ...) noexcept:
116
pass
117
#format = PyBytes_FromString(fmt)
118
#message = PyBytes_FromString(msg)
0 commit comments