Message365986
Victor,
I found a way how to deal with it.
The submitted file will show how it can be handled.
If you remove the try: finally statement.
You can see the same stdout which occurred from tarfile
But I'd like to listen to your opinion before submitting the patch. :)
➜ cpython git:(master) ✗ set -o pipefail
➜ cpython git:(master) ✗ ./python.exe ttt.py
test
hi
➜ cpython git:(master) ✗ ./python.exe ttt.py | true
➜ cpython git:(master) ✗ echo $?
32 |
|
Date |
User |
Action |
Args |
2020-04-08 13:50:08 | corona10 | set | recipients:
+ corona10, vstinner, ethan.furman, erlendaasland |
2020-04-08 13:50:08 | corona10 | set | messageid: <1586353808.65.0.372115643566.issue39851@roundup.psfhosted.org> |
2020-04-08 13:50:08 | corona10 | link | issue39851 messages |
2020-04-08 13:50:08 | corona10 | create | |
|