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 yselivanov
Recipients gvanrossum, ned.deily, yselivanov
Date 2018-09-21.15:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537542825.95.0.956365154283.issue34762@psf.upfronthosting.co.za>
In-reply-to
Content
Just to add to this issue: I originally realized that something is wrong with the design when we had a super hard to track memory leak in uvloop, caused by Cython being unable to automatically manage increfs/decrefs for PyContext* pointers.  So I do believe this is a serious pitfall.

Adding Guido to the nosy list as he accepted the PEP and IMO still has a say in this.
History
Date User Action Args
2018-09-21 15:13:45yselivanovsetrecipients: + yselivanov, gvanrossum, ned.deily
2018-09-21 15:13:45yselivanovsetmessageid: <1537542825.95.0.956365154283.issue34762@psf.upfronthosting.co.za>
2018-09-21 15:13:45yselivanovlinkissue34762 messages
2018-09-21 15:13:45yselivanovcreate