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

Logging in Manager.decref() method raises exception #9

Open
GoogleCodeExporter opened this issue Jan 23, 2016 · 0 comments
Open

Logging in Manager.decref() method raises exception #9

GoogleCodeExporter opened this issue Jan 23, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The following line in the Manager.decref() method raises an exception (at
least when logging in enabled):

util.debug('disposing of obj with id %d', ident)

This is because the type of 'ident' is str, not int. The following patch
fixes this problem. (This seems like it may be causing problem with
execution of finalization functions in the slave processes...)

Original issue reported on code.google.com by christia...@gmail.com on 4 Dec 2008 at 9:54

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant