Is the Queue module safe to use with Panda?

The python Queue module depends on python’s native threading module. As Panda is unstable with respect to python’s internal threading mechanism, does this mean that we can’t use the Queue module either?

Yes, I think that is what it means.

David