[issue5796] test_posix, test_pty crash under Windows

2009-04-21 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

Applied in r71785.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5796
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5796] test_posix, test_pty crash under Windows

2009-04-20 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

Patch attached.  Can you test this for me or should I apply it and wait
to see if the buildbot passes?

--
keywords: +patch
stage: needs patch - patch review
type: crash - behavior
Added file: http://bugs.python.org/file13725/issue5796.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5796
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5796] test_posix, test_pty crash under Windows

2009-04-20 Thread Benjamin Peterson

Benjamin Peterson benja...@python.org added the comment:

I think you should apply it. You can always change it if it doesn't work.

--
nosy: +benjamin.peterson

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5796
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5796] test_posix, test_pty crash under Windows

2009-04-19 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@free.fr:

This seems related to the import behaviour changes in regrtest.

Re-running test 'test_posix' in verbose mode
test test_posix crashed -- type 'exceptions.ImportError': No module
named pwd
Traceback (most recent call last):
  File ../lib/test/regrtest.py, line 569, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
  File
E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_posix.py,
line 8, in module
import pwd
ImportError: No module named pwd
Re-running test 'test_pty' in verbose mode
test test_pty crashed -- type 'exceptions.ImportError': No module
named fcntl
Traceback (most recent call last):
  File ../lib/test/regrtest.py, line 569, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
  File
E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_pty.py,
line 2, in module
import fcntl
ImportError: No module named fcntl

http://www.python.org/dev/buildbot/trunk.stable/x86%20XP-4%20trunk/builds/2056/step-test/0

--
assignee: r.david.murray
components: Tests, Windows
messages: 86186
nosy: pitrou, r.david.murray
priority: high
severity: normal
stage: needs patch
status: open
title: test_posix, test_pty crash under Windows
type: crash
versions: Python 2.7, Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5796
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com