vine.backports.weakref_backports¶
Weakref compatibility.
weakref_backports is a partial backport of the weakref module for Python versions below 3.4.
Copyright (C) 2013 Python Software Foundation, see LICENSE.python for details.
The following changes were made to the original sources during backporting:
- Added
self
tosuper
calls. - Removed
from None
when raising exceptions.