SoniEx2 added the comment:
no thanks, I don't like signing CLAs.
--
___
Python tracker
<https://bugs.python.org/issue37456>
___
___
Python-bugs-list m
New submission from SoniEx2 :
https://docs.python.org/3.8/faq/programming.html#what-does-the-slash-in-the-parameter-list-of-a-function-mean
"Note that as of this writing this is only documentational and no valid syntax
in Python, although there is PEP 570, which proposes a syntax for pos
SoniEx2 added the comment:
test.py is the result of `"\n" * (2**31) + "assert False"`, written to a
file.
On Mon, Sep 10, 2018, 13:14 Benjamin Peterson
wrote:
>
> Benjamin Peterson added the comment:
>
> We would need to know what test.py wa
New submission from SoniEx2:
I loaded a file with 2 GiLOC followed by "assert False" and this was the
error/traceback:
Traceback (most recent call last):
File "test.py", line -2147483647, in
AssertionError
--
components: Interpreter Core
messages: 235079
no