[issue13777] socket: communicating with Mac OS X KEXT controls

2017-11-06 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4255 ___ Python tracker ___

[issue13777] socket: communicating with Mac OS X KEXT controls

2012-02-03 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: The patch fails to apply in configure.in. Can you please regenerate it? -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13777

[issue13777] socket: communicating with Mac OS X KEXT controls

2012-02-03 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Also: Can you propose test cases for this socket family? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13777 ___

[issue13777] socket: communicating with Mac OS X KEXT controls

2012-02-03 Thread Michael Goderbauer
Michael Goderbauer cont...@m-goderbauer.de added the comment: Here is the regenerated patch. To write a test case I would need a PF_SYSTEM socket to connect to. As far as I know Mac OS X doesn't provide a demo socket for this. -- Added file:

[issue13777] socket: communicating with Mac OS X KEXT controls

2012-02-03 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset aa3680d2c24d by Martin v. Löwis in branch 'default': Issue #13777: Add PF_SYSTEM sockets on OS X. http://hg.python.org/cpython/rev/aa3680d2c24d -- nosy: +python-dev ___

[issue13777] socket: communicating with Mac OS X KEXT controls

2012-02-03 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Thanks for the patch. Committed with an additional fix in refcounting. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13777

[issue13777] socket: communicating with Mac OS X KEXT controls

2012-01-12 Thread Michael Goderbauer
New submission from Michael Goderbauer cont...@m-goderbauer.de: Mac OS X provides a socket-based API to communicate with Kernel Extensions (KEXTs) called KEXT Controls. For this, Mac OS X defines PF_SYSTEM as a new socket domain which supports the SYSPROTO_CONTROL protocol. Right now the

[issue13777] socket: communicating with Mac OS X KEXT controls

2012-01-12 Thread Ross Lagerwall
Changes by Ross Lagerwall rosslagerw...@gmail.com: -- nosy: +ned.deily, ronaldoussoren ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13777 ___ ___