You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code returns 0 for print(s.count(item)) until the print(s) statement is executed, and then it returns the correct value for print(s.count(item))
I have found the root cause, and it does fix this. I need to do complete testing first to verify the completeness of the fix. It is to do with PyUnicode_READY and you can read more in #132 and #168
The following code returns 0 for print(s.count(item)) until the print(s) statement is executed, and then it returns the correct value for print(s.count(item))
OUTPUT:
This is windows 7, APSW 3.11.1-r1
The text was updated successfully, but these errors were encountered: