This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author socketpair
Recipients rhettinger, serhiy.storchaka, skrah, socketpair
Date 2016-10-11.11:45:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I have tested. performace differs in about of two times.
gcc -O3

0.22 nanoseconds per comparison.
vs
0.58 nanoseconds per comparison.

Does it cost a time that we spent to discuss here ?
History
Date User Action Args
2016-10-11 11:45:29socketpairsetrecipients: + socketpair, rhettinger, skrah, serhiy.storchaka
2016-10-11 11:45:29socketpairsetmessageid: <[email protected]>
2016-10-11 11:45:29socketpairlinkissue28397 messages
2016-10-11 11:45:29socketpaircreate