Zach kuunka added the comment:
I will check that out, Thank you
--
___
Python tracker
<https://bugs.python.org/issue38808>
___
___
Python-bugs-list mailin
Zach kuunka added the comment:
I found out it just happens when you set an array to an array they behave as
the same thing, which if its not a bug it sure is counter-intuitive.
if you do
x = 1
then
y = x
then add one to y you have y = 2 and x = 1
if you do it for an array
arr1 = [1]
then
New submission from Zach kuunka :
I haven't used this bug reporting thing before so sorry if I mess something up.
Anyway i'm not sure exactly what is causing the issue but the issue appears
when you have a for loop looping through an array and you make a variable and
set it to that