[issue29151] test_asyncore.TestAPI_UseIPv4Select / test_asyncore.TestAPI_UseIPv6Select fails test_handle_close_after_conn_broken

2018-05-26 Thread patrila
patrila added the comment: May I ask what's preventing this issue from being resolved? -- versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/is

[issue29153] Test test.test_asynchat.TestAsynchat / test.test_asynchat.TestAsynchat_WithPoll fail test_close_when_done

2018-05-26 Thread patrila
patrila added the comment: May I ask what's preventing this issue from being resolved? -- versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/is

[issue29151] test_asyncore.TestAPI_UseIPv4Select / test_asyncore.TestAPI_UseIPv6Select fails test_handle_close_after_conn_broken

2017-12-02 Thread patrila
patrila added the comment: Adding a 'time.sleep(0.01)' before the 'send()' statement in test.test_asyncore.BaseTestAPI.test_handle_close_after_conn_broken.TestClient.handle_write works around this problem. Unsure if this a fix or just a workaround. Patch attached.

[issue29153] Test test.test_asynchat.TestAsynchat / test.test_asynchat.TestAsynchat_WithPoll fail test_close_when_done

2017-01-04 Thread patrila
Changes by patrila : Added file: http://bugs.python.org/file46139/test_asynchat_add_receive_something_flag_2.7.13.patch ___ Python tracker <http://bugs.python.org/issue29

[issue29153] Test test.test_asynchat.TestAsynchat / test.test_asynchat.TestAsynchat_WithPoll fail test_close_when_done

2017-01-04 Thread patrila
New submission from patrila: Dear Python developers The tests test.test_asynchat.TestAsynchat.test_close_when_done test.test_asynchat.TestAsynchat_WitrhPoll.test_close_when_done fail with == FAIL

[issue29151] test_asyncore.TestAPI_UseIPv4Select / test_asyncore.TestAPI_UseIPv6Select fails test_handle_close_after_conn_broken

2017-01-04 Thread patrila
New submission from patrila: Dear Python developers python-2.7.12, python-3.4.5 and the current "default" branch fail the tests * test.test_asyncore.TestAPI_UseIPv4Select.test_handle_close_after_conn_broken * test.test_asyncore.TestAPI_UseIPv6Select.test_handle_close_after_c

[issue28815] test_socket fails if /proc/modules is existent but not readable

2016-12-31 Thread patrila
patrila added the comment: @Martin Panter: Thanks for your support and merging. -- ___ Python tracker <http://bugs.python.org/issue28815> ___ ___ Python-bug

[issue28815] test_socket fails if /proc/modules is existent but not readable

2016-12-10 Thread patrila
patrila added the comment: Oops, sorry that was the draft version of the patch. Attached the correct version. It was tested against "default" branch (but not against 2.7). -- Added file: http://bugs.python.org/file45834/test_socket_isTipcAvailable_proc_mod

[issue28815] test_socket fails if /proc/modules is existent but not readable

2016-11-27 Thread patrila
New submission from patrila: Dear Python developers The test_socket test fails if /proc/modules is existent but not readable by the user (this is for example the case with the grsecurity patchset of the kernel). The method reading /proc/modules is isTipcAvailable(), which is not a test but a