[issue22378] SO_MARK support for Linux

2014-09-18 Thread STINNER Victor
STINNER Victor added the comment: > Patch for python 2.7 and 3.4 Only Python 3.5 accept new features. -- nosy: +haypo ___ Python tracker ___

[issue22378] SO_MARK support for Linux

2014-09-18 Thread Charles-François Natali
Charles-François Natali added the comment: Thanks, I committed a simpler version of the patch. -- resolution: -> fixed stage: test needed -> resolved status: open -> closed ___ Python tracker _

[issue22378] SO_MARK support for Linux

2014-09-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca0aa0d89273 by Charles-François Natali in branch 'default': Issue #22378: socket module: add SO_MARK. https://hg.python.org/cpython/rev/ca0aa0d89273 -- nosy: +python-dev ___ Python tracker

[issue22378] SO_MARK support for Linux

2014-09-12 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> test needed versions: +Python 3.5 -Python 2.7, Python 3.4 ___ Python tracker ___ ___ Python-

[issue22378] SO_MARK support for Linux

2014-09-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +neologix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue22378] SO_MARK support for Linux

2014-09-09 Thread jpv
New submission from jpv: Please add support for SO_MARK in socket module. >From man 7 socket: SO_MARK (since Linux 2.6.25): Set the mark for each packet sent through this socket (similar to the netfilter MARK target but socket-based). Changing the mark can be used for mark-based routing