We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Expected:
Gpython 3.4.0 >>> a = [1,2,3] >>> a[0] = a >>> a [[...], 2, 3]
Actual behavior:
Gpython 3.4.0 >>> a = [1,2,3] >>> a[0] = a >>> a runtime: goroutine stack exceeds 1000000000-byte limit fatal error: stack overflow