Re: [Python-Dev] Become a Python contributor at PyOhio

2010-06-15 Thread Catherine Devlin
So let's try this again: Become a Python contributor at PyOhio = Working in Python is awesome. Are you ready to work on Python? The quality of Python and the Standard Library depend on volunteers who fix bugs and make improvements to the codebase. If you're int

Re: [Python-Dev] Become a Python contributor at PyOhio

2010-06-15 Thread Catherine Devlin
On Tue, Jun 15, 2010 at 4:34 PM, Dan Buch wrote: > Does this mean I should repurpose my talk slot, currently entitled > "Intro to Core Involvement"? :) > > Ach! I forgot! Hopefully that's the dumbest mistake I'll make in this year's PyOhio preparations. Fortunately the PyCon blog can be edite

Re: [Python-Dev] debug and release python

2010-06-15 Thread Amaury Forgeot d'Arc
2010/6/14 Kristján Valur Jónsson : > Hello there. > > I‘m sure this has come up before, but here it is again: > > > > Python exports a different api in debug mode, depending on whether > PYMALLOC_DEBUG and WITH_PYMALLOC are exported.  This means that _d.pyd files > that are used must have been comp

Re: [Python-Dev] debug and release python

2010-06-15 Thread Martin v. Löwis
Am 15.06.2010 14:48, schrieb Kristján Valur Jónsson: What I mean is that a third party software vendor supplies a foobarapp.pyd and a foobarapp_d.pyd dlls that link to python2x.dll and python2x_d.dll respectively. But the latter will have been compiled to match a certain settings of the objimpl.

[Python-Dev] Become a Python contributor at PyOhio

2010-06-15 Thread Catherine Devlin
Thanks to David Murray, we're going ahead with plans to make a full-fledged introduction to core development at PyOhio. We've just started circulating this announcement to drum up interest, so if there are people or groups who you'd like to recruit to the effort, please forward it to them. By the

Re: [Python-Dev] debug and release python

2010-06-15 Thread Kristján Valur Jónsson
What I mean is that a third party software vendor supplies a foobarapp.pyd and a foobarapp_d.pyd dlls that link to python2x.dll and python2x_d.dll respectively. But the latter will have been compiled to match a certain settings of the objimpl.h header, which may not match whatever is being used