[issue37456] FAQ says positional arguments aren't a thing

2019-07-01 Thread SoniEx2
SoniEx2 added the comment: no thanks, I don't like signing CLAs. -- ___ Python tracker <https://bugs.python.org/issue37456> ___ ___ Python-bugs-list mailin

[issue37456] FAQ says positional arguments aren't a thing

2019-06-30 Thread SoniEx2
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

[issue23354] Loading 2 GiLOC file which raises exception causes wrong traceback

2018-09-10 Thread SoniEx2
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

[issue23354] Loading 2 GiLOC file which raises exception causes wrong traceback

2015-01-30 Thread SoniEx2
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 module AssertionError -- components: Interpreter Core messages: 235079 nosy: SoniEx2 priority