Martin Richard added the comment:

I updated the selector patch so BaseSelector.get_key() raises KeyError if the 
mapping is None. All the (non skipped) tests in test_selectors.py passed.

Anyway, if there is an other problem with freeing the mapping object (I don't 
know, maybe "reopening" a loop may be considered?) this patch can probably be 
dropped. Since this cycle is broken when the loop is closed, the objects will 
likely be collected once the program terminates.

----------
Added file: http://bugs.python.org/file37681/break-selector-map-cycle.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23209>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to