[issue9318] Py3k compilation on old MSVC

2010-09-11 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Thank you, fixed in r84724(py3k). -- assignee: ocean-city -> resolution: accepted -> fixed stage: patch review -> committed/rejected status: open -> closed versions: -Python 3.1 ___ Python tracker

[issue9318] Py3k compilation on old MSVC

2010-09-11 Thread Georg Brandl
Georg Brandl added the comment: I agree. -- nosy: +georg.brandl resolution: -> accepted ___ Python tracker ___ ___ Python-bugs-list m

[issue9318] Py3k compilation on old MSVC

2010-09-09 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Patch for import.c was checked in (#9752), so last piece is just patch for Include/pythread.h. I'll commit this near future. I believe this is not problematic. -- assignee: -> ocean-city ___ Python tracker

[issue9318] Py3k compilation on old MSVC

2010-08-10 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: PC/pyconfig.h: no more needed. fixed in posixmodule.c Python/import.c: my patch was wrong. we should use _mkdir(const char*) on windows. there is deprecated function mkdir(const char*), but it doesn't take mode_t as parameter. so maybe it is unsafe to call wi

[issue9318] Py3k compilation on old MSVC

2010-07-21 Thread R. David Murray
Changes by R. David Murray : -- nosy: +brian.curtin, loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue9318] Py3k compilation on old MSVC

2010-07-20 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto : Hello. Attached patch is needed to compile on MSVC6. I'm appriciated if this patch is accepted. -- components: Build files: py3k_compile_on_old_compiler.patch keywords: patch messages: 111007 nosy: ocean-city priority: normal severity: normal stage