[issue39095] Negative Array Index not Yielding "Index Out Of Bounds"

2019-12-18 Thread NNN
NNN added the comment: Ahh, thanks. -- ___ Python tracker <https://bugs.python.org/issue39095> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39095] Negative Array Index not Yielding "Index Out Of Bounds"

2019-12-18 Thread NNN
New submission from NNN : Created an 2D array: bigFloorLayout = [] bigFloorLayout=[[False for row in range(0,45] for col in range(0,70] for y in range (offsetY, storageY + offsetY): for x in range (offsetX, storageX + offsetX): bigFloorLayout[x][y