- 18 Eyl, 2015 16 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* test_eintr: support verbose mode, don't redirect eintr_tester output into a pipe * eintr_tester: replace os.fork() with subprocess to have a cleaner child process (ex: don't inherit setitimer()) * eintr_tester: kill the process if the unit test fails * test_open/test_os_open(): write support.PIPE_MAX_SIZE bytes instead of support.PIPE_MAX_SIZE*3 bytes
-
Victor Stinner yazdı
Skip test_open() and test_os_open(): both tests uses a FIFO and signals, but there is a bug in the FreeBSD kernel which blocks the test. Skip the tests until the bug is fixed in FreeBSD kernel. Remove also debug traces from test_eintr: * stop using faulthandler to have a timeout * remove print() Write also open and close on two lines in test_open() and test_os_open() tests. If these tests block again, we can know if the test is stuck at open or close. test_eintr: don't always run the test in debug mode.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
import_init() imports the "_imp" module, not the "imp" module.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
format_stack(), and extract_stack() called without arguments.
-
Serhiy Storchaka yazdı
format_stack(), and extract_stack() called without arguments.
-
Serhiy Storchaka yazdı
format_stack(), and extract_stack() called without arguments.
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
Ethan Furman yazdı
-
- 16 Eyl, 2015 3 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
-
- 15 Eyl, 2015 15 kayıt (commit)
-
-
Victor Stinner yazdı
Fix test_write(): copy support.PIPE_MAX_SIZE bytes, not support.PIPE_MAX_SIZE*3 bytes.
-
Victor Stinner yazdı
sys.stderr is sometimes a StringIO. The redirection was just a hack to see eintr_tester.py output in red in the buildbot output.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
ProactorEventLoop now supports SSL.
-
Victor Stinner yazdı
Some test_eintr hangs on waiting for the child process completion if an error occurred on the parent. Kill the child process on error (in the parent) to avoid the hang.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Reported by Jakub Wilk.
-
Berker Peksag yazdı
Reported by Jakub Wilk.
-
Berker Peksag yazdı
Reported by Jakub Wilk.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Victor Stinner yazdı
* Add verbose mode to test_eintr * Always enable verbose mode in test_eintr * Use faulthandler.dump_traceback_later() with a timeout of 15 minutes in eintr_tester.py
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Add an unit test on os.waitpid()
-
- 14 Eyl, 2015 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Fix the regex to support the version 7.10: minor version with two digits
-
Raymond Hettinger yazdı
-
- 13 Eyl, 2015 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Steve Dower yazdı
-