David Bolen <db3l....@gmail.com> added the comment:

I can recreate this manually by running regrtest.py against test_pty.  Crashes 
with any "-j#" option, but fine when run sequentially.  Removing the process 
group change avoids the crash.

With the process group change in place, the trigger point appears to be the 
final "os.close(master_fd)" in PtyTest.test_basic.  Commenting that out avoids 
the crash.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38502>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to