On 21/04/20 10:23 am, Eric Snow wrote:
with the current spec channels get automatically closed sooner, effectively as soon as all wrapping objects *that were used* are garbage collected (or released).
Maybe I'm missing something, but just because an object hasn't been used *yet* doesn't mean it isn't going to be used in the future, so isn't this wildly wrong? -- Greg _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/3LIEAT727R6GZBU3CUUJTIENK62SEZTB/ Code of Conduct: http://python.org/psf/codeofconduct/
