[Python-Dev] bug(?) - unexpected frames being skipped in extract_stack with closures

2019-06-19 Thread Ed Peschko
all, I'm writing a function meant to print out the context of a given function call when executed - for example: 1. def main(): 2. 3. _st = stack_trace_closure("/path/to/log") 4. _st() 5. _st() would print out /path/to/file.py:4 /path/to/file.py:5 for each line when executed. Basic ide

[Python-Dev] Re: why is not 64-bit installer the default download link for Windows?

2019-06-19 Thread Antoine Pitrou
On Tue, 18 Jun 2019 13:36:33 -0700 Steve Dower wrote: > On 18Jun2019 1025, Stephen J. Turnbull wrote: > > Oleg Broytman writes: > > > On Tue, Jun 18, 2019 at 10:09:59AM -, smartmanoj42...@gmail.com > > wrote: > > > > > > Why don't we check the architecture using js and provide the

[Python-Dev] Re: why is not 64-bit installer the default download link for Windows?

2019-06-19 Thread Steve Dower
On 19Jun2019 0124, Steve Holden wrote: I just posted a webmaster reply about just such an inquiry. As one of the people who get to do the explaining, it would be nice if we (not the devs) could figure out some way of getting people to the download they want. Probably the easiest thing to do is

[Python-Dev] Re: why is not 64-bit installer the default download link for Windows?

2019-06-19 Thread Steve Holden
On Tue, Jun 18, 2019 at 9:37 PM Steve Dower wrote: > On 18Jun2019 1025, Stephen J. Turnbull wrote: > > Oleg Broytman writes: > > > On Tue, Jun 18, 2019 at 10:09:59AM -, smartmanoj42...@gmail.com > wrote: > > > > > > Why don't we check the architecture using js and provide the > > > > ap