Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

LOL FIOC

Name: Anonymous 2011-06-04 13:01

>>> l = [[0]] * 2
>>> l
[[0], [0]]
>>> l[0][0] = 1
>>> l
[[1], [1]]

Name: Anonymous 2011-06-04 18:49

>>17
Are you implying that Python's GIL is a defect? Impossible! Python is the most well designed language eRuntimeError: maximum recursion depth exceeded

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List