]> git.ipfire.org Git - thirdparty/tornado.git/commit
Clarify comment about `@cython.binding`.
authorBen Darnell <ben@bendarnell.com>
Tue, 15 Sep 2015 00:29:53 +0000 (20:29 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 15 Sep 2015 00:29:53 +0000 (20:29 -0400)
commit631187aec623f68e1d3d4731082704901b648a58
tree9df31f3aac8d4152645542159d44e3d3763dd23b
parent4ccfe8925d4e6f8de320124f7117634bc4a8d35f
Clarify comment about `@cython.binding`.

It's only necessary for static functions, not methods.
maint/test/cython/cythonapp.pyx
maint/test/cython/cythonapp_test.py
tornado/util.py