Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collapse repeated lines in tracebacks #3068

Open
Andykl opened this issue Oct 2, 2021 · 0 comments
Open

Collapse repeated lines in tracebacks #3068

Andykl opened this issue Oct 2, 2021 · 0 comments
Labels
duration - hour Resolving this is estimated to an hour of development enhancement A proposed or requested enhancement or improvement to renpy's features.

Comments

@Andykl
Copy link
Member

Andykl commented Oct 2, 2021

Most likely it is broken recursion, but also it is about exception where was script call recursion.
Python 3 do such traceback for recursive call

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<stdin>", line 1, in f
  File "<stdin>", line 1, in f
  File "<stdin>", line 1, in f
  [Previous line repeated 996 more times]
@Andykl Andykl added the enhancement A proposed or requested enhancement or improvement to renpy's features. label Oct 2, 2021
@renpytom renpytom added enhancement - hour and removed enhancement A proposed or requested enhancement or improvement to renpy's features. labels Mar 20, 2022
@Gouvernathor Gouvernathor added enhancement A proposed or requested enhancement or improvement to renpy's features. duration - hour Resolving this is estimated to an hour of development and removed enhancement - hour labels May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duration - hour Resolving this is estimated to an hour of development enhancement A proposed or requested enhancement or improvement to renpy's features.
Projects
None yet
Development

No branches or pull requests

3 participants