[Python-Dev] Need a review on a patch related to weak references and the garbage collector (original) (raw)
Victor Stinner victor.stinner at gmail.com
Mon Oct 3 03:58:51 EDT 2016
- Previous message (by thread): [Python-Dev] __future__ and eval()
- Next message (by thread): [Python-Dev] Missing PY_ prefixes in structmember.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] __future__ and eval()
- Next message (by thread): [Python-Dev] Missing PY_ prefixes in structmember.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]