]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make ArgReplacer compatible with cython-compiled functions.
authorBen Darnell <ben@bendarnell.com>
Mon, 14 Sep 2015 04:50:26 +0000 (00:50 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 14 Sep 2015 04:50:26 +0000 (00:50 -0400)
commit4ccfe8925d4e6f8de320124f7117634bc4a8d35f
tree6203d93a0ded1c7717f6a89ff0f99a9d112f7731
parent3463036d750bcccf0977321f73c9a07cecfe2e7e
Make ArgReplacer compatible with cython-compiled functions.

This requires a directive in the cython code to make the signature
introspectable.
maint/test/cython/cythonapp.pyx
maint/test/cython/cythonapp_test.py
tornado/util.py