Re: [Python-ideas] Deterministic iterator cleanup

2016-10-19 Thread Vincent Michel
Thanks Nathaniel for this great proposal. As I went through your mail, I realized all the comments I wanted to make were already covered in later paragraphs. And I don't think there's a single point I disagree with. I don't have a strong opinion about the synchronous part of the proposal. I

Re: [Python-ideas] async objects

2016-10-06 Thread Vincent Michel
2016-10-06 13:50 GMT+02:00 Nick Coghlan : > The shadow thread idea will hopefully prove successful in addressing > the last major rough spot in the UX, which is the ability to easily > integrate asynchronous components into an otherwise synchronous > application. > That's my opinion as well. If I