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
88e09f28
Commit
88e09f28
authored
Jan 20, 2018
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cover a static struct value by a preprocessor guard to prevent an "unused" warning.
parent
5f7ebe56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Cython/Utility/AsyncGen.c
Cython/Utility/AsyncGen.c
+2
-0
No files found.
Cython/Utility/AsyncGen.c
View file @
88e09f28
...
@@ -558,11 +558,13 @@ static PyMethodDef __Pyx_async_gen_asend_methods[] = {
...
@@ -558,11 +558,13 @@ static PyMethodDef __Pyx_async_gen_asend_methods[] = {
};
};
#if CYTHON_USE_ASYNC_SLOTS
static
__Pyx_PyAsyncMethodsStruct
__Pyx_async_gen_asend_as_async
=
{
static
__Pyx_PyAsyncMethodsStruct
__Pyx_async_gen_asend_as_async
=
{
PyObject_SelfIter
,
/* am_await */
PyObject_SelfIter
,
/* am_await */
0
,
/* am_aiter */
0
,
/* am_aiter */
0
/* am_anext */
0
/* am_anext */
};
};
#endif
static
PyTypeObject
__pyx__PyAsyncGenASendType_type
=
{
static
PyTypeObject
__pyx__PyAsyncGenASendType_type
=
{
...
...
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