This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ericvw, pablogsal, pitrou, tzickel, vstinner
Date 2018-12-06.11:17:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544095058.86.0.788709270274.issue35378@psf.upfronthosting.co.za>
In-reply-to
Content
I think a weakref is fine.  You don't have to *pass* a weakref: just pass a normal ref and let the Result object take a weakref (and a reference to the cache perhaps).
History
Date User Action Args
2018-12-06 11:17:38pitrousetrecipients: + pitrou, vstinner, ericvw, tzickel, pablogsal
2018-12-06 11:17:38pitrousetmessageid: <1544095058.86.0.788709270274.issue35378@psf.upfronthosting.co.za>
2018-12-06 11:17:38pitroulinkissue35378 messages
2018-12-06 11:17:38pitroucreate