From 965a030564be02f5926c1a579ff59dabf5702e37 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 15 Mar 2018 21:30:29 -0400 Subject: [PATCH] Add changelog. Ref #3314. --- changelog/3314.bugfix.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/3314.bugfix.rst diff --git a/changelog/3314.bugfix.rst b/changelog/3314.bugfix.rst new file mode 100644 index 000000000..4b671ec21 --- /dev/null +++ b/changelog/3314.bugfix.rst @@ -0,0 +1,3 @@ +During test collection, when stdin is not allowed to be read, the +``DontReadFromStdin`` object still allow itself to be iterable and +resolved to an iterator without crashing.