[issue21128] testing stdlib and compatibility with pypy

2014-04-04 Thread mattip

mattip added the comment:

Correct, the other patches were against pypy, sorry.
I now patched and tested against banch 2.7 on the python tree.

--
Added file: http://bugs.python.org/file34720/patch

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



[issue21128] testing stdlib and compatibility with pypy

2014-04-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

I'm wondering why resource warnings are not raised in CPython?

./python -Werror -bb -m test.regrtest -uall test_argparse test_file 
test_httpservers

--

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



[issue21128] testing stdlib and compatibility with pypy

2014-04-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b56341a49eab by Benjamin Peterson in branch '2.7':
make temporary read-only files writable, so rmtree can remove them (#21128)
http://hg.python.org/cpython/rev/b56341a49eab

New changeset 6f1ac58207cc by Benjamin Peterson in branch '2.7':
properly explicitly close file (#21128)
http://hg.python.org/cpython/rev/6f1ac58207cc

New changeset d7a37a1f2ca9 by Benjamin Peterson in branch '2.7':
explicitly close file object (#21128)
http://hg.python.org/cpython/rev/d7a37a1f2ca9

New changeset 9fd33a504b58 by Benjamin Peterson in branch '3.4':
make temporary read-only files writable, so rmtree can remove them (#21128)
http://hg.python.org/cpython/rev/9fd33a504b58

New changeset 78e75181d87f by Benjamin Peterson in branch 'default':
merge 3.4 (#21128)
http://hg.python.org/cpython/rev/78e75181d87f

--
nosy: +python-dev

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



[issue21128] testing stdlib and compatibility with pypy

2014-04-04 Thread Benjamin Peterson

Changes by Benjamin Peterson benja...@python.org:


--
resolution:  - fixed
status: open - closed

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



[issue21128] testing stdlib and compatibility with pypy

2014-04-03 Thread mattip

mattip added the comment:

the gc.collect is not needed, sorry. I updated the patch, which affects
test_argparse.py (make files rw before rmtree)
test_file.py (add file.close() )
test_file2k.py (add file.close() )
test_httpservers.py (add file.close() )

--
Added file: http://bugs.python.org/file34716/patch

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



[issue21128] testing stdlib and compatibility with pypy

2014-04-03 Thread Benjamin Peterson

Benjamin Peterson added the comment:

This patch appears to have been generated against a pypy checkout rather than a 
cpython checkout.

--
nosy: +benjamin.peterson

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



[issue21128] testing stdlib and compatibility with pypy

2014-04-02 Thread Brett Cannon

Changes by Brett Cannon br...@python.org:


--
nosy: +brett.cannon

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



[issue21128] testing stdlib and compatibility with pypy

2014-04-01 Thread mattip

New submission from mattip:

In continuation of issue 20887, this patch closes and removes all temp files 
created while running regression tests for stdlib 2.7.6 on win32 and pypy. Note 
that a gc.collect was required to release the closed files in test_argparse, as 
well as making them all rw.

--
components: Tests
files: patch
messages: 215343
nosy: mattip
priority: normal
severity: normal
status: open
title: testing stdlib and compatibility with pypy
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file34698/patch

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



[issue21128] testing stdlib and compatibility with pypy

2014-04-01 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
keywords: +patch
nosy: +serhiy.storchaka
stage:  - patch review

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