Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7869183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T01:14:13+00:00 2026-06-03T01:14:13+00:00

Is it possible to suppress the Terminated message that is printed on stderr when

  • 0

Is it possible to suppress the “Terminated” message that is printed on stderr when the python interpreter receives a SIGTERM signal. I would like it to terminate silently.

I have tried using a different signal, such as SIGINT, but in this cases python prints out the running scripts Traceback and a “KeyboardInterrupt” message.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T01:14:14+00:00Added an answer on June 3, 2026 at 1:14 am

    The “Terminated” is printed by your shell, consult the manual for your shell to find out how to disable it.
    As for SIGINT, you can actually catch this! To avoid printing the Traceback, simply wrap your whole program in

    try:
        do_stuff()
    except KeyboardInterrupt:
        pass
    

    or register a Signal handler, as shown here: How do I capture SIGINT in Python?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to suppress guard-rspec notifications when all the specs pass? I'd like
Possible Duplicate: Where do I change the setting in Eclipse so that it would
I have a dataframe that I would like to plot in a similar way
As the question states; is it possible to suppress all specified warmings that appears
In Python 2.6 it is possible to suppress warnings from the warnings module by
How would I suppress all warnings (or at least as many as possible since
looking how to suppress a warning from the compiler that says possible data loss,
As discussed in another question , it's possible to patch cmd.exe to suppress the
Is it possible to suppress the default IE 7 functionality when CTRL +click on
This is what I would like: I want to keep the Silverlight default menu

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.