- 25 Mar, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
* multiprocessing: open file with closefd=False to avoid ResourceWarning * _test_multiprocessing: open file with O_EXCL to detect bugs in tests (if a previous test forgot to remove TESTFN) * test_sys_exit(): remove TESTFN after each loop iteration Initial patch written by Serhiy Storchaka.
-
Victor Stinner yazdı
* multiprocessing: open file with closefd=False to avoid ResourceWarning * _test_multiprocessing: open file with O_EXCL to detect bugs in tests (if a previous test forgot to remove TESTFN) * test_sys_exit(): remove TESTFN after each loop iteration Initial patch written by Serhiy Storchaka.
-
- 07 Şub, 2015 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 23 Tem, 2014 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 16 Eki, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
This allows different parts of a program to use different methods for starting processes without interfering with each other.
-
- 05 Eyl, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 28 Agu, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
- 22 Agu, 2013 2 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 21 Agu, 2013 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
Also modify test code to hopefully avoid deadlock on failure.
-
- 14 Agu, 2013 1 kayıt (commit)
-
-