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 eric.snow, gregory.p.smith, josh.r, lisroach, ncoghlan, ned.deily, pablogsal, pitrou, rhettinger, serhiy.storchaka, yselivanov
Date 2018-01-31.18:22:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517422941.32.0.467229070634.issue31356@psf.upfronthosting.co.za>
In-reply-to
Content
> But, more importantly, this is a new feature so it doesn't break any existing code.

I imagine you're almost done with the beta-1 release, Ned, so I'd hate to create more work for you here.  Let's release beta-1 as is.

> and in that time we need to decide what the proper actions for 3.7 (fix, reimplement, remove) and for 3.8.

I have a different opinion on this though.  The committed PR is **fundamentally** broken (releases GIL for Python code, refleaks, SIGABRT, nonsensical test) and the feature itself is very questionable.  As soon as 3.7 branch appears, I'll revert the commit from 3.7 and from master.

If we want this feature to be kept in 3.7beta2, someone should write a **new** patch from scratch.  But I strongly suggest to first discuss it on python-dev, because as is, not only the commit is broken, the proposed API is broken too from my standpoint.
History
Date User Action Args
2018-01-31 18:22:21yselivanovsetrecipients: + yselivanov, rhettinger, gregory.p.smith, ncoghlan, pitrou, ned.deily, eric.snow, serhiy.storchaka, josh.r, lisroach, pablogsal
2018-01-31 18:22:21yselivanovsetmessageid: <1517422941.32.0.467229070634.issue31356@psf.upfronthosting.co.za>
2018-01-31 18:22:21yselivanovlinkissue31356 messages
2018-01-31 18:22:21yselivanovcreate