-
moon2 authored
channels are now dynamically allocated and can be garbage collected. note that channels do NOT live on the mp heap so their memory footprint won't trigger a gc, we rely on pyst3m just doing that on its own every now and then.
moon2 authoredchannels are now dynamically allocated and can be garbage collected. note that channels do NOT live on the mp heap so their memory footprint won't trigger a gc, we rely on pyst3m just doing that on its own every now and then.