[issue9318] Py3k compilation on old MSVC

2010-09-11 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I agree. -- nosy: +georg.brandl resolution: - accepted ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9318 ___

[issue9318] Py3k compilation on old MSVC

2010-09-11 Thread Hirokazu Yamamoto
Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp 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

[issue9318] Py3k compilation on old MSVC

2010-09-10 Thread Hirokazu Yamamoto
Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp 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

[issue9318] Py3k compilation on old MSVC

2010-08-10 Thread Hirokazu Yamamoto
Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp 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

[issue9318] Py3k compilation on old MSVC

2010-07-21 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +brian.curtin, loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9318 ___ ___

[issue9318] Py3k compilation on old MSVC

2010-07-20 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp: 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: