commit | 92ca515ee1efbdc51678e12d105ad642c9b9cc13 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Sep 30 10:27:46 2019 -0700 |
committer | Ćukasz Langa <lukasz@langa.pl> | Mon Sep 30 19:27:46 2019 +0200 |
tree | f4488b73b4fe285dfcbdcdb01b48418ced310940 | |
parent | 18c4ba9f33868761e374a725d497902863d59ea9 [diff] |
Clear weakrefs in garbage found by the GC (GH-16495) (#16499) Fix a bug due to the interaction of weakrefs and the cyclic garbage collector. We must clear any weakrefs in garbage in order to prevent their callbacks from executing and causing a crash. (cherry picked from commit bcda460baf25062ab68622b3f043f52b9db4d21d) Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>