blob: c9154526ddb147df36ebfd6de9142678d7d4c3a4 [file] [log] [blame]
contextlib.AbstractContextManager now supports anti-registration by setting
__enter__ = None or __exit__ = None, following the pattern introduced in
bpo-25958. Patch by Jelle Zijlstra.