[issue5844] internal error on write while reading

2009-05-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r72649. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pytho

[issue5844] internal error on write while reading

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> critical stage: test needed -> needs patch ___ Python tracker ___ ___ Python-bugs-list

[issue5844] internal error on write while reading

2009-04-25 Thread DSM
DSM added the comment: Added tests to py3k/Lib/test/test_file.py. Patch against py3k trunk @ r71904. -- keywords: +patch Added file: http://bugs.python.org/file13785/write_while_reading_test.patch ___ Python tracker

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> normal stage: -> test needed type: -> behavior ___ Python tracker ___ ___ Python-bugs-list

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +dsm001, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +benjamin.peterson -dsm001 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue5844] internal error on write while reading

2009-04-25 Thread DSM
New submission from DSM : Inspired by http://bugs.python.org/issue1653416 , I tried writing to a file opened for reading in 3.1 trunk, and found: Python 3.1a2+ (py3k:71900M, Apr 25 2009, 16:12:31) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin Type "help", "copyright", "credits" or "li