Re: [Python-Dev] VS 2010 compiler

2015-09-29 Thread Chris Barker
And in mingw-w64, the only way to select a non-default CRT > what is a "default" CRT in this case?? > CRT issues are indeed tricky, because they only bite in certain > circumstances -- so long as you never pass a FILE* or a fileno across the > dll boundary, or call malloc in one module and free

Re: [Python-Dev] Washington DC Python sprint report

2015-09-29 Thread Chris Barker - NOAA Federal
Sent from my iPhone > On Sep 28, 2015, at 2:18 PM, Barry Warsaw wrote: > >> On Sep 28, 2015, at 08:22 AM, Guido van Rossum wrote: >> >> I saw that you had a need for an asyncio tutorial. I wonder if the "500 >> lines" chapter on asyncio would help? I didn't write it; I only

Re: [Python-Dev] VS 2010 compiler

2015-09-29 Thread Steve Dower
On 29Sep2015 0820, Chris Barker wrote: OK -- I'm going to get off my soap box now -- time to actually suggest doc patches Just bear in mind that you're suggesting patches for Python 3.3 and 3.4, which means that 3.4.4 is the only real chance to get them onto people's machines.

Re: [Python-Dev] VS 2010 compiler

2015-09-29 Thread Oscar Benjamin
On Tue, 29 Sep 2015 17:20 Steve Dower wrote: On 29Sep2015 0820, Chris Barker wrote: > OK -- I'm going to get off my soap box now -- time to actually suggest > doc patches Just bear in mind that you're suggesting patches for Python 3.3 and 3.4, which means that 3.4.4

Re: [Python-Dev] VS 2010 compiler

2015-09-29 Thread Chris Barker - NOAA Federal
> I'm not sure why INADA Naoki's answer above wasn't sufficient for you? It may be -- I've still have to test. Neither Windows nor py3 are my primary production versions. But the last time I tried the SDK approach was for py2.7 on Win64, and it was both a pain, and impossible to set up to "just

Re: [Python-Dev] VS 2010 compiler

2015-09-29 Thread Chris Barker - NOAA Federal
> On Sep 29, 2015, at 9:20 AM, Steve Dower wrote: > >> On 29Sep2015 0820, Chris Barker wrote: >> OK -- I'm going to get off my soap box now -- time to actually suggest >> doc patches > > Just bear in mind that you're suggesting patches for Python 3.3 and 3.4, > which

Re: [Python-Dev] VS 2010 compiler

2015-09-29 Thread Nathaniel Smith
On Sep 29, 2015 8:22 AM, "Chris Barker" wrote: > >> And in mingw-w64, the only way to select a non-default CRT > > what is a "default" CRT in this case?? To answer the question: mingw-w64's standard/default/only-officially-supported CRT is msvcrt.dll (the version that has

Re: [Python-Dev] VS 2010 compiler

2015-09-29 Thread Paul Moore
On 25 September 2015 at 16:35, INADA Naoki wrote: > You can use "Windows SDK for Windows 7 and .NET Framework 4". > > http://www.microsoft.com/en-us/download/details.aspx?id=8279 > > On Sat, Sep 26, 2015 at 12:24 AM, Chris Barker - NOAA Federal >