Skip to content
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

Fix manual garbage collection in tests for Python 2.5 and 2.6 #10

Closed
milibopp opened this issue Sep 13, 2013 · 0 comments
Closed

Fix manual garbage collection in tests for Python 2.5 and 2.6 #10

milibopp opened this issue Sep 13, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@milibopp
Copy link
Owner

The Travis CI build for Python 2.5 and 2.6 fail because the return value of gc.collect is not correct. This probably has to do something with a change in implementation. The return value should be ignored, since it does not have any effect on the execution.

@ghost ghost assigned milibopp Sep 13, 2013
milibopp added a commit that referenced this issue Jun 10, 2023
The behaviour of the garbage collector apparently differs in different Python
releases with respect to how many unreachable objects are found during a full
collection. This ignores the output, since it does not matter for the tested
functionality. Thereby it fixes #10.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant