This document describes the current stable version of Celery (4.2). For development docs, go here.
celery.utils.dispatch.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
selftosupercalls. - Removed
from Nonewhen raising exceptions.