Message238006
Or we could reuse the file created by filename in subprocess?
if filename:
file = open(filename, "wb")
if use_fd:
file = file.fileno()
else:
file = None
In this case, we need to pass two arguments(both filename and a bool use_fd) to check_xxx functions. |
|
| Date |
User |
Action |
Args |
| 2015-03-13 03:39:53 | kilowu | set | recipients:
+ kilowu, vstinner, python-dev, sigi |
| 2015-03-13 03:39:53 | kilowu | set | messageid: <[email protected]> |
| 2015-03-13 03:39:53 | kilowu | link | issue23566 messages |
| 2015-03-13 03:39:53 | kilowu | create | |
|