This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, ronaldoussoren, vinay.sajip
Date 2012-07-12.08:57:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342083439.2.0.676926398585.issue15307@psf.upfronthosting.co.za>
In-reply-to
Content
I think you're right that the casts are incorrect.  I think the existing cast ia a day one bug in Python 3.  The question is why hasn't it been a problem?  That area needs fixing up since NSModuleForSymbol, NSLookupAndBindSymbol, and NSLibraryNameForModule are now deprecated interfaces.  Also, in the patch, shouldn't the wcsncpy be followed by a wcscpy(tmpbuffer, argv0_path) as well?
History
Date User Action Args
2012-07-12 08:57:19ned.deilysetrecipients: + ned.deily, vinay.sajip, ronaldoussoren
2012-07-12 08:57:19ned.deilysetmessageid: <1342083439.2.0.676926398585.issue15307@psf.upfronthosting.co.za>
2012-07-12 08:57:18ned.deilylinkissue15307 messages
2012-07-12 08:57:18ned.deilycreate