sbt <[email protected]> added the comment: > This shouldn't be a problem in Python 3.3, where the Connection classes > are reimplemented in pure Python.
What should not be a problem? Changes to the implementation of Connection won't affect whether Queue.put() raises an error immediately if it gets an unpicklable argument. Nor will they affect whether weakref callbacks or __del__ methods run in a background thread, causing fork-safety issues. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10886> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
