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

2021-09-03 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

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

2018-09-10 Thread Benjamin Peterson
Change by Benjamin Peterson : -- resolution: works for me -> status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mai

[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 was actually doing to fix this bug. > > -- >

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

2018-09-10 Thread Benjamin Peterson
Benjamin Peterson added the comment: We would need to know what test.py was actually doing to fix this bug. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker _

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

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

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

2015-04-15 Thread Ethan Furman
Ethan Furman added the comment: Considering how rare (hopefully!) files of that size are, I wouldn't be adverse to a "won't fix" resolution. -- priority: normal -> low ___ Python tracker __

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

2015-04-15 Thread Ethan Furman
Ethan Furman added the comment: Considering how rare (hopefully!) files of that size are, I wouldn't be adverse to a "won't fix" resolution. -- ___ Python tracker ___ __

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

2015-02-18 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

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

2015-01-31 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

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

2015-01-30 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[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 AssertionError -- components: Interpreter Core messages: 235079 nosy: SoniEx2 priority: norm