Re: [Python-Dev] Obtaining stack-frames from co-routine objects

2015-06-12 Thread Guido van Rossum
On Thu, Jun 11, 2015 at 11:38 PM, Ben Leslie wrote: > On 2 June 2015 at 14:39, Yury Selivanov wrote: > > Hi Ben, > > > > On 2015-05-31 8:35 AM, Ben Leslie wrote: > >> > >> Hi Yury, > >> > >> I'm just starting my exploration into using async/await; all my > >> 'real-world' scenarios are currently

[Python-Dev] Summary of Python tracker Issues

2015-06-12 Thread Python tracker
ACTIVITY SUMMARY (2015-06-05 - 2015-06-12) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4884 (+31) closed 31317 (+22) total 36201 (+53) Open issues wit

Re: [Python-Dev] Obtaining stack-frames from co-routine objects

2015-06-12 Thread Ben Leslie
On 2 June 2015 at 14:39, Yury Selivanov wrote: > Hi Ben, > > On 2015-05-31 8:35 AM, Ben Leslie wrote: >> >> Hi Yury, >> >> I'm just starting my exploration into using async/await; all my >> 'real-world' scenarios are currently hypothetical. >> >> One such hypothetical scenario however is that if I