[Python-ideas] Windows assistance for PEP 432 (CPython startup sequence)

Brian Curtin brian at python.org
Sun Jan 13 19:57:16 CET 2013


On Sun, Jan 13, 2013 at 12:53 PM, Paul Moore <p.f.moore at gmail.com> wrote:
> On 13 January 2013 02:15, Nick Coghlan <ncoghlan at gmail.com> wrote:
>> Richard Oudkerk has given me a patch at least for the VS 2010 files.
>> (We discovered in the process that bitbucket only allows pull requests
>> for forked repos back to their parent - no pull requests between
>> sibling repos).
>
> Looks like it's OK now - I just pulled your latest version and it
> built and ran all the tests fine. I didn't build the various extension
> modules that need external libraries, I assume they won't have
> changed. I can do if it would help, though.
>
> Couple of crashes in test_capi and test_faulthandler. I suspect those
> are expected, though. And one in test_urllib2 which I haven't
> investigated yet but I doubt is related to these changes.

The test_capi and test_faulthandler ones are expected but kind of a
hassle on the desktop. There's an issue somewhere and I have a patch
to make those work nicer, but there's a few ways we can go about it.

On the buildbots those aren't a problem because we already remove
and/or have a script that closes the crash dialogs.



More information about the Python-ideas mailing list