-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
atexit error #38
New issue
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
Comments
Original comment by arfrever (Bitbucket: arfrever, GitHub: arfrever): The atexit error is a bug in older versions of Python. See: |
Original comment by agroszer (Bitbucket: agroszer, GitHub: agroszer): Others: the pain is that the test exists with exit code 0 |
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco): The tests exit with exit code 0 because the process is completing normally (and the tests are passing), but because the error is "atexit", it's only logged and doesn't affect the process exit code. We encounter these errors in our production systems all the time for other projects and simply disregard them. Since the errors will go away in later versions of Python, is there any value in pursuing this issue? In Distribute 152, Nikolaus suggested that the problem was fixed in Setuptools, but I don't believe that to be the case. PJ Eby was pondering a less-than-optimal solution (remove the sandboxing of modules imported). To the best of my understanding, these are our two options:
Neither approach is optimal. I'm open to other suggestions. Failing other suggestions, I suspect this ticket will linger until the first option is elected by default. |
Fixed get_export_symbols for unicode filenames
Originally reported by: agroszer (Bitbucket: agroszer, GitHub: agroszer)
http://winbot.zope.org/builders has now builders.
Note: some seem to pass, but fail on some atexit problem.
See http://winbot.zope.org/builders/setuptools_master%20py_265_win32/builds/0/steps/test/logs/stdio
The text was updated successfully, but these errors were encountered: