[issue40121] socket module missing audit events

2020-04-01 Thread miss-islington
miss-islington added the comment: New changeset f971c8c0a0fbe1959843179e2811b047001125a0 by Miss Islington (bot) in branch '3.8': bpo-40121: Fix exception type in test (GH-19267) https://github.com/python/cpython/commit/f971c8c0a0fbe1959843179e2811b047001125a0 -- __

[issue40121] socket module missing audit events

2020-04-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +18632 pull_request: https://github.com/python/cpython/pull/19276 ___ Python tracker ___ __

[issue40121] socket module missing audit events

2020-04-01 Thread Steve Dower
Steve Dower added the comment: New changeset 3ef4a7e5a7c29e17d5152d1fa6ceeb1fee269699 by Steve Dower in branch 'master': bpo-40121: Fix exception type in test (GH-19267) https://github.com/python/cpython/commit/3ef4a7e5a7c29e17d5152d1fa6ceeb1fee269699 -- ___

[issue40121] socket module missing audit events

2020-04-01 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue40121] socket module missing audit events

2020-04-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +18631 pull_request: https://github.com/python/cpython/pull/19275 ___ Python tracker ___ __

[issue40121] socket module missing audit events

2020-03-31 Thread Steve Dower
Steve Dower added the comment: Thanks, Victor! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue40121] socket module missing audit events

2020-03-31 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +18624 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/19267 ___ Python tracker ___ _

[issue40121] socket module missing audit events

2020-03-31 Thread STINNER Victor
STINNER Victor added the comment: s390x Fedora 3.x buildbot is unhappy: https://buildbot.python.org/all/#/builders/336/builds/328 == FAIL: test_socket (test.test_audit.AuditTest) ---

[issue40121] socket module missing audit events

2020-03-31 Thread miss-islington
miss-islington added the comment: New changeset 6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed by Miss Islington (bot) in branch '3.8': bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) https://github.com/python/cpython/commit/6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed ---

[issue40121] socket module missing audit events

2020-03-31 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue40121] socket module missing audit events

2020-03-31 Thread Steve Dower
Steve Dower added the comment: New changeset 63ba5cccf484b9ec23dfbf4cf7ffdc833eda98c3 by Steve Dower in branch 'master': bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) https://github.com/python/cpython/commit/63ba5cccf484b9ec23dfbf4cf7ffdc833eda98c3 --

[issue40121] socket module missing audit events

2020-03-31 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +18600 pull_request: https://github.com/python/cpython/pull/19241 ___ Python tracker _

[issue40121] socket module missing audit events

2020-03-30 Thread Steve Dower
Steve Dower added the comment: In my defense(?), it was working fine everywhere except Windows. And I'm pretty sure I was working in WSL for this change *shrug* With the PR, it will match the documentation. -- ___ Python tracker

[issue40121] socket module missing audit events

2020-03-30 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +18595 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19238 ___ Python tracker _

[issue40121] socket module missing audit events

2020-03-30 Thread Steve Dower
New submission from Steve Dower : Some of the events it was supposed to raise are not being raised. This is likely my fault for not adding the thorough testing in the test suite at the time (I'm uncovering them now with a different test suite...) I'll do a thorough review of this module and