This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, xda@abalgo.com
Date 2018-12-17.09:09:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545037763.06.0.788709270274.issue35515@psf.upfronthosting.co.za>
In-reply-to
Content
[[0,0]]*4 is not a matrix definition. You are defining a list that shares the same list object four times. It's a common misunderstanding how list works, see https://stackoverflow.com/questions/240178/list-of-lists-changes-reflected-across-sublists-unexpectedly
History
Date User Action Args
2018-12-17 09:09:23christian.heimessetrecipients: + christian.heimes, xda@abalgo.com
2018-12-17 09:09:23christian.heimessetmessageid: <1545037763.06.0.788709270274.issue35515@psf.upfronthosting.co.za>
2018-12-17 09:09:22christian.heimeslinkissue35515 messages
2018-12-17 09:09:22christian.heimescreate