-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Cython 3 compatibility fixes (#1322)
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
include "proj.pxi" | ||
|
||
cpdef str _get_proj_error() | ||
cpdef void _clear_proj_error() | ||
cpdef str _get_proj_error() noexcept | ||
cpdef void _clear_proj_error() noexcept | ||
cdef PJ_CONTEXT* PYPROJ_GLOBAL_CONTEXT | ||
cdef PJ_CONTEXT* pyproj_context_create() except * | ||
cdef void pyproj_context_destroy(PJ_CONTEXT* context) except * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No vulnerabilities in this version