Who sets _DEBUG? Wouldn't manually undeffing _DEBUG be just as easy as
manually setting __PYX_WIN_DEBUG? Disclaimer: I've never developed
Python on Windows, but it seems that Nikita's solution is simpler.
On Thu, Jul 25, 2013 at 12:11 PM, WL wrote:
> On 25.07.2013 18:01, Robert Bradshaw wrote:
>>
On 25.07.2013 18:01, Robert Bradshaw wrote:
On Thu, Jul 18, 2013 at 6:24 AM, Wolfgang wrote:
Hi,
I tried to submit a improvement for the Windows build but the tracker is not
accessible without a login.
This is to prevent spam.
On Windows if someone does a Debug build of an extension the fla
On Thu, Jul 18, 2013 at 6:24 AM, Wolfgang wrote:
> Hi,
>
> I tried to submit a improvement for the Windows build but the tracker is not
> accessible without a login.
This is to prevent spam.
> On Windows if someone does a Debug build of an extension the flag _DEBUG is
> set and so the Python Int
On Thu, 18 Jul 2013 19:24:21 +0600, Wolfgang wrote:
Hi,
I tried to submit a improvement for the Windows build but the tracker is
not
accessible without a login.
On Windows if someone does a Debug build of an extension the flag _DEBUG
is
set and so the Python Interpreter sets Py_DEBUG and