]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
any_find_slice() doesn't use callbacks anymore
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 10 Oct 2011 01:21:36 +0000 (03:21 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 10 Oct 2011 01:21:36 +0000 (03:21 +0200)
commit794d567b173e4cc10ad233aeb8743283ea9c3e6b
tree719e680b00697196a6cfb4d4a89b002f1b70aa87
parenta6968edcb048f42e07e1ec9b95946b08c86cc950
any_find_slice() doesn't use callbacks anymore

 * Call directly the right find/rfind method: allow inlining functions
 * Remove Py_LOCAL_CALLBACK (added for any_find_slice)
Include/pyport.h
Objects/unicodeobject.c