Message6715

Author irmen
Recipients irmen, whistler11783
Date 2011-11-06.23:43:38
SpamBayes Score 0.0036395637
Marked as misclassified No
Message-id <1320623018.87.0.408264403135.issue1808@psf.upfronthosting.co.za>
In-reply-to
Content
Just discovered that on my mac (OSX 10.5, jdk 1.5) the os.getpid() functions is missing as well.
Turned out this is because several functions in the posix module are hidden when the posix implementation "is not native" (whatever that means, it is decided by a library call into jnr-posix.jar).
History
Date User Action Args
2011-11-06 23:43:38irmensetmessageid: <1320623018.87.0.408264403135.issue1808@psf.upfronthosting.co.za>
2011-11-06 23:43:38irmensetrecipients: + irmen, whistler11783
2011-11-06 23:43:38irmenlinkissue1808 messages
2011-11-06 23:43:38irmencreate