Comment 16 for bug 1578854

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to heat (master)

Reviewed: https://review.openstack.org/317217
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=c62e1b325a536294b3285f8cbcad7d66a415ee23
Submitter: Jenkins
Branch: master

commit c62e1b325a536294b3285f8cbcad7d66a415ee23
Author: Steve Baker <email address hidden>
Date: Mon May 16 12:59:59 2016 +1200

    Use a weakref for the data object context

    There are no known circular reference issues caused by storing the
    context in data objects, but the following changes will refer to data
    objects in the context, so this change prevents any later issues.

    Change-Id: I3680e5678003cf339a98fbb7a2b1b387fb2243c0
    Related-Bug: #1578854