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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, fabioz, loewis
Date 2009-05-07.23:39:36
SpamBayes Score 0.039198708
Marked as misclassified No
Message-id <1241739577.46.0.37217519858.issue5924@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed in PC/getpathp.c:
		size_t r = mbstowcs(wenvpath, _envpath, MAXPATHLEN+1);
		envpath = wenvpath;
		if (r == (size_t)-1 || r >= MAXPATHLEN)
			envpath = NULL;
History
Date User Action Args
2009-05-07 23:39:37amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, fabioz
2009-05-07 23:39:37amaury.forgeotdarcsetmessageid: <1241739577.46.0.37217519858.issue5924@psf.upfronthosting.co.za>
2009-05-07 23:39:36amaury.forgeotdarclinkissue5924 messages
2009-05-07 23:39:36amaury.forgeotdarccreate