[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

[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

[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 et...@stoneleaf.us: -- nosy: -ethan.furman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23354 ___ ___ Python-bugs-list

[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 rep...@bugs.python.org http://bugs.python.org/issue23354

[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 rep...@bugs.python.org http://bugs.python.org/issue23354

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

2015-02-18 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23354 ___ ___ Python-bugs-list

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

2015-01-31 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23354 ___ ___ Python-bugs-list

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

2015-01-30 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- nosy: +ethan.furman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23354 ___ ___ Python-bugs-list

[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: