Marc-Andre Lemburg added the comment:

Interesting. It appears as if r57142 caused this change.

Before:

# if !(defined(__BEOS__) || defined(__CYGWIN__) || (defined(PYOS_OS2) &&
defined(PYCC_VACPP)))

After:

# if defined(__CYGWIN__) || (defined(PYOS_OS2) && defined(PYCC_VACPP))

That change obviously changed semantics :-)

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1514>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to