Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
cce3693f
Commit
cce3693f
authored
Sep 29, 2021
by
Christian Clauss
Committed by
GitHub
Sep 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo discovered by codespell (#4387)
parent
daa0a443
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Cython/Utility/ModuleSetupCode.c
Cython/Utility/ModuleSetupCode.c
+1
-1
No files found.
Cython/Utility/ModuleSetupCode.c
View file @
cce3693f
...
...
@@ -1395,7 +1395,7 @@ static int __Pyx_check_binary_version(void) {
if
(
ctversion
[
0
]
!=
rtversion
[
0
]
||
ctversion
[
2
]
!=
rtversion
[
2
])
{
char
message
[
200
];
PyOS_snprintf
(
message
,
sizeof
(
message
),
"compiletime version %s of module '%.100s' "
"compile
time version %s of module '%.100s' "
"does not match runtime version %s"
,
ctversion
,
__Pyx_MODULE_NAME
,
rtversion
);
return
PyErr_WarnEx
(
NULL
,
message
,
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment