This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients Alex Brandt, gvanrossum, vstinner, yselivanov
Date 2016-01-16.22:10:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJTrSwYL2MhgX0JDO410wR==V0zf1vMUYK4NtUQ2uqYaA@mail.gmail.com>
In-reply-to <CAMpsgwYZz0bZy5wS82qKU_DA8j20G06nnDr5HFH4SdCFReVemw@mail.gmail.com>
Content
Victor, if the signal module has been cleared, how could it emit that error
message? signal.signal itself would no longer exist.

(I do agree with the solution you suggest -- though note that it may be
tricky to close the loop from inside the signal callback for SIGTERM, which
is presumably what is going on here.)
History
Date User Action Args
2016-01-16 22:10:49gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, Alex Brandt
2016-01-16 22:10:49gvanrossumlinkissue26133 messages
2016-01-16 22:10:49gvanrossumcreate