Python Forum
exception handling by default
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
exception handling by default
#5
(Sep-12-2021, 01:19 PM)ndc85430 Wrote: You can probably find a better design, which may just be letting the caller handle the failures that the function can't handle.

but the function can handle it and needs to in some cases. i do have that thought that caller might well need to have the burden to handle things like BrokenPipeError. but KeyboardInterrupt might be a different matter. read my previous reply to Yoriz.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
exception handling by default - by Skaperen - Sep-11-2021, 10:04 PM
RE: exception handling by default - by Yoriz - Sep-11-2021, 10:38 PM
RE: exception handling by default - by ndc85430 - Sep-12-2021, 01:19 PM
RE: exception handling by default - by Skaperen - Sep-12-2021, 03:02 PM
RE: exception handling by default - by Skaperen - Sep-12-2021, 03:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  while handling this exception, another ... Skaperen 1 1,819 Aug-22-2021, 06:16 AM
Last Post: ndc85430

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020