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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
d6d89e9e
Commit
d6d89e9e
authored
5 years ago
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing "@cython.binding" decorator for Python code.
parent
6947db1c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGES.rst
CHANGES.rst
+2
-0
Cython/Shadow.py
Cython/Shadow.py
+2
-0
No files found.
CHANGES.rst
View file @
d6d89e9e
...
...
@@ -62,6 +62,8 @@ Features added
*
``--
no
-
docstrings
``
option
added
to
``
cythonize
``
script
.
Original
patch
by
mo
-
han
.
(
Github
issue
#
2889
)
*
The
``@
cython
.
binding
``
decorator
is
available
in
Python
code
.
Bugs
fixed
----------
...
...
This diff is collapsed.
Click to expand it.
Cython/Shadow.py
View file @
d6d89e9e
...
...
@@ -123,6 +123,8 @@ overflowcheck.fold = optimization.use_switch = \
final
=
internal
=
type_version_tag
=
no_gc_clear
=
no_gc
=
_empty_decorator
binding
=
lambda
_
:
_empty_decorator
_cython_inline
=
None
def
inline
(
f
,
*
args
,
**
kwds
):
...
...
This diff is collapsed.
Click to expand it.
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