We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used IronPython V2.7.12 on WPF. If I operate the code below, the message is printed well.
import logging logging.warning("warning message") logging.error("error message")
But the following exceptions occur:
Exception Traceback (most recent call last): File "...\Lib\threading.py", line 1101, in _exitfunc File "...\Lib\threading.py", line 893, in _Thread__delete KeyError: 26 ignored
Can I ignore messages?
Development Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used IronPython V2.7.12 on WPF.
If I operate the code below, the message is printed well.
But the following exceptions occur:
Can I ignore messages?
Development Environment
The text was updated successfully, but these errors were encountered: