[issue6834] use different mechanism for pythonw on osx

Ned Deily report at bugs.python.org
Thu Dec 3 22:07:55 CET 2009


Ned Deily <nad at acm.org> added the comment:

Another reminder: when implementing, make sure platform.architecture() 
always returns the correct results for bits.  It seems the Apple patches 
in 10.6 don't handle that (it seems to always report 64-bit), probably 
because the code in platform.architecture() doesn't look quite robust 
enough.  (I'll open a bug with Apple.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6834>
_______________________________________


More information about the Python-bugs-list mailing list