]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #15534: Fix a typo in the fast search function of the string library (_s => s)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Aug 2012 21:05:01 +0000 (23:05 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Aug 2012 21:05:01 +0000 (23:05 +0200)
commitb3f5501250b54de24846480658ca473a5393db49
tree599b03a679fcb27457d67940279487ed20518c8b
parent77821b68a7f23318374087e9c6710ef66312f78d
Close #15534: Fix a typo in the fast search function of the string library (_s => s)

Replace _s with ptr to avoid future confusion. Add also non regression tests.
Lib/test/string_tests.py
Misc/NEWS
Objects/stringlib/fastsearch.h