New submission from Amaury Forgeot d'Arc: This segfaults on all Python versions: io.BufferedRWPair.__new__(io.BufferedRWPair).read()
The various "_forward_call" methods should check that the reader and writer objects are correctly initialized. Not NULL, at the very least. ---------- components: IO messages: 186360 nosy: amaury.forgeotdarc, pitrou priority: normal severity: normal status: open title: io.BufferedRWPair can use uninitialized members type: crash versions: Python 2.7, Python 3.3, Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17671> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com