[issue5844] internal error on write while reading

2009-05-14 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r72649. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___

[issue5844] internal error on write while reading

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: normal - critical stage: test needed - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___

[issue5844] internal error on write while reading

2009-04-25 Thread DSM
New submission from DSM dsm...@users.sourceforge.net: 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,

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +benjamin.peterson -dsm001 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___ ___

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +dsm001, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___ ___ Python-bugs-list

[issue5844] internal error on write while reading

2009-04-25 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - normal stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5844 ___

[issue5844] internal error on write while reading

2009-04-25 Thread DSM
DSM dsm...@users.sourceforge.net 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