[issue40826] Segfaults when close file descriptor 0

Serhiy Storchaka report at bugs.python.org
Sat May 30 12:11:19 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Simpler reproducer:

import os
os.close(0)

----------
components: +Interpreter Core
nosy: +serhiy.storchaka
title: Segfaults on io.FileIO(0).name in 3.9 -> Segfaults when close file descriptor 0

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40826>
_______________________________________


More information about the Python-bugs-list mailing list