[issue40826] Segfaults on io.FileIO(0).name in 3.9

2020-05-30 Thread Dong-hee Na
Dong-hee Na added the comment: Thanks for report, I can reproduce it -- stage: -> needs patch ___ Python tracker ___ ___ Python-bu

[issue40826] Segfaults on io.FileIO(0).name in 3.9

2020-05-30 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue40826] Segfaults on io.FileIO(0).name in 3.9

2020-05-30 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +remi.lapeyre, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue40826] Segfaults on io.FileIO(0).name in 3.9

2020-05-30 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue40826] Segfaults on io.FileIO(0).name in 3.9

2020-05-30 Thread Jelle Zijlstra
New submission from Jelle Zijlstra : $ gdb ./python ... (gdb) r ... Python 3.9.0b1 (tags/v3.9.0b1:97fe9cfd9f8, May 30 2020, 05:26:48) ... >>> import io >>> io.FileIO(0).name 0 >>> Program received signal SIGSEGV, Segmentation fault. _PyInterpreterState_GET () at ./Include/internal/pycore_pyst