diff options
author | shadchin <[email protected]> | 2022-02-10 16:44:30 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:44:30 +0300 |
commit | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (patch) | |
tree | 012bb94d777798f1f56ac1cec429509766d05181 /contrib/tools/cython/Cython/Shadow.py | |
parent | 6751af0b0c1b952fede40b19b71da8025b5d8bcf (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/cython/Cython/Shadow.py')
-rw-r--r-- | contrib/tools/cython/Cython/Shadow.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/cython/Cython/Shadow.py b/contrib/tools/cython/Cython/Shadow.py index e7b9e4f6124..c76909db28b 100644 --- a/contrib/tools/cython/Cython/Shadow.py +++ b/contrib/tools/cython/Cython/Shadow.py @@ -1,7 +1,7 @@ # cython.* namespace for pure mode. from __future__ import absolute_import -__version__ = "0.29.27" +__version__ = "0.29.27" try: from __builtin__ import basestring @@ -123,9 +123,9 @@ overflowcheck.fold = optimization.use_switch = \ final = internal = type_version_tag = no_gc_clear = no_gc = _empty_decorator -binding = lambda _: _empty_decorator - +binding = lambda _: _empty_decorator + _cython_inline = None def inline(f, *args, **kwds): if isinstance(f, basestring): |