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: n
Changes by Hirokazu Yamamoto :
--
priority: normal -> release blocker
___
Python tracker
<http://bugs.python.org/issue9116>
___
___
Python-bugs-list mai
Hirokazu Yamamoto added the comment:
Other test functions already have such skips. So I think another skip is
acceptable here. But maybe it's better to skip entire msvc9compilerTestCase
class (by class decorator).
--
___
Python tracker
Changes by Hirokazu Yamamoto :
--
dependencies: +Improve condition variable emulation on NT
___
Python tracker
<http://bugs.python.org/issue9116>
___
___
Pytho
Hirokazu Yamamoto added the comment:
Sorry for posting to closed entry, but I think handle should be closed in
Lib/subprocess.py not in PC/_subprocess.c. I noticed following code showed
strange error.
import subprocess
for _ in xrange(2):
stdout = open("stdout.txt", &q
Hirokazu Yamamoto added the comment:
I said I saw same crash on test_threading in msg110902, but there
is possibility that this is different problem. So I'll remove my
patch and clear dependencies I set.
--
dependencies: -Improve condition variable emulation
Changes by Hirokazu Yamamoto :
Removed file: http://bugs.python.org/file18091/py3k_ceval_gil.patch
___
Python tracker
<http://bugs.python.org/issue9116>
___
___
Python-bug
Changes by Hirokazu Yamamoto :
--
nosy: -ocean-city
___
Python tracker
<http://bugs.python.org/issue9116>
___
___
Python-bugs-list mailing list
Unsubscribe:
Hirokazu Yamamoto added the comment:
Maybe is this duplicate of #9295?
--
nosy: +ocean-city
___
Python tracker
<http://bugs.python.org/issue9555>
___
___
Pytho
Hirokazu Yamamoto added the comment:
I cannot crash python by above patch anymore... Strange.
> Is test_close_open_print_buffered the only test that fails?
It seem to be.
Is freeing the memory allocated for setvbuf() while close() running in another
thread really s
Hirokazu Yamamoto added the comment:
- above patch
+ above script
--
___
Python tracker
<http://bugs.python.org/issue9295>
___
___
Python-bugs-list mailin
New submission from Hirokazu Yamamoto :
test_build_ext fails on VS8.0.
==
ERROR: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase)
--
Traceback
Hirokazu Yamamoto added the comment:
Is *release blocker* too strong?
--
___
Python tracker
<http://bugs.python.org/issue9558>
___
___
Python-bugs-list mailin
Hirokazu Yamamoto added the comment:
This commit also fixed test_thread.py crash on win2000. Thanks!
--
nosy: +ocean-city
status: pending -> open
___
Python tracker
<http://bugs.python.org/iss
Changes by Hirokazu Yamamoto :
--
status: open -> pending
___
Python tracker
<http://bugs.python.org/issue8411>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Hirokazu Yamamoto :
--
status: pending -> open
Removed message: http://bugs.python.org/msg113544
___
Python tracker
<http://bugs.python.org/iss
Changes by Hirokazu Yamamoto :
--
nosy: -ocean-city
status: open -> pending
___
Python tracker
<http://bugs.python.org/issue8411>
___
___
Python-bugs-list mai
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
901 - 918 of 918 matches
Mail list logo