Ticket #126 (closed Defect: wontfix)

Opened 6 years ago

Last modified 5 years ago

Debugging output should not repr() entire lists; use the repr module to limit output instead

Reported by: jjr8 Owned by: jjr8
Priority: Low Milestone: 0.4
Component: Core - Other Version: 0.3
Keywords: Cc:

Description

If a large list is on the stack, dumping the entire thing could be a problem, or would at least slow things down.

Change History

Changed 5 years ago by jjr8

  • status changed from new to closed
  • resolution set to wontfix

Actually, it has been helpful to have the entire list dumped and it is not all THAT slow. I'll reopen this if it ever proves to be a problem.

Note: See TracTickets for help on using tickets.