> On 18.01.2018, at 14:58, Joni Orponen wrote:
>
> The offical CPython distributions seem to be compiled on 10.6 for
> compatibility reasons. It is easier to compile CPython forwards-compatible
> than to manually patch pyconfig.h after configure to exclude the syscalls not
> available on your
I am setting up a 10.10 system and the current annoyance is that when
pdb.set_trace() stepping through a pyobjc/py2app app everything printed, event
the (pdb) prompt is piped through NSLog and hard to use.
The Python version is 2.7.10 and compiled with X86_64 and
MIN_DEPLOYMENT_TARGET=10.6
Per