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
What steps will reproduce the problem?
1. Run the following code:
foo = 2 * "abc"
print(foo)
What is the expected output? What do you see instead?
Expected output:
"abcabc"
tinypy output:
"
File "baby.py", line 1, in ?
foo = 2 * "abc"
Exception:
tp_mul(2,abc)
"
What version of the product are you using? On what operating system?
Slackware 12.1, Windows XP SP2.
Please provide any additional information below.
The issue is again in how tp_mul() checks for argument types. I would
provide a patch but I didn't want to patch both this and the issue 19 in
the same patch so I'm waiting until the patch for issue 19 gets committed.
Original issue reported on code.google.com by denis.ka...@gmail.com on 18 Jun 2008 at 7:26
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
denis.ka...@gmail.com
on 18 Jun 2008 at 7:26The text was updated successfully, but these errors were encountered: