[Python-Dev] Need a review on a patch related to weak references and the garbage collector

Victor Stinner victor.stinner at gmail.com
Mon Oct 3 03:58:51 EDT 2016


Hi,

Can someone please review the patch attached to:
http://bugs.python.org/issue26617

The patch seems safe and well defined, but it would be nice to have
more reviews on it.

It's a crash (assertion error) in Python >= 3.4 which occurs
"sometimes" in asyncio.

Victor


More information about the Python-Dev mailing list