[issue22259] fdopen of directory causes segmentation fault

2014-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e67a0394957 by Benjamin Peterson in branch '2.7': don't segfault when trying to fdopen() a fd for a dir (closes #22259) http://hg.python.org/cpython/rev/6e67a0394957 -- nosy: +python-dev resolution: -> fixed stage: patch review -> resolved

[issue22259] fdopen of directory causes segmentation fault

2014-08-24 Thread Brian Kearns
Changes by Brian Kearns : Removed file: http://bugs.python.org/file36450/fdopen-directory.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue22259] fdopen of directory causes segmentation fault

2014-08-24 Thread Brian Kearns
Brian Kearns added the comment: Updated to use assertEqual -- Added file: http://bugs.python.org/file36452/fdopen-directory.patch ___ Python tracker ___ _

[issue22259] fdopen of directory causes segmentation fault

2014-08-23 Thread Brian Kearns
Changes by Brian Kearns : Added file: http://bugs.python.org/file36450/fdopen-directory.patch ___ Python tracker ___ ___ Python-bugs-list mail

[issue22259] fdopen of directory causes segmentation fault

2014-08-23 Thread Brian Kearns
Changes by Brian Kearns : Removed file: http://bugs.python.org/file36444/fdopen-directory.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue22259] fdopen of directory causes segmentation fault

2014-08-23 Thread Berker Peksag
New submission from Berker Peksag: Thanks for the patch. Please use assertEqual instead of assert. -- nosy: +berker.peksag stage: -> patch review ___ Python tracker ___

[issue22259] fdopen of directory causes segmentation fault

2014-08-23 Thread Brian Kearns
Changes by Brian Kearns : -- files: fdopen-directory.patch keywords: patch nosy: bdkearns priority: normal severity: normal status: open title: fdopen of directory causes segmentation fault type: crash versions: Python 2.7 Added file: http://bugs.python.org/file36444/fdopen-directory.pat