Roman Rader added the comment:
You're right, it does not reproduces on any machine. I'm using Arch Linux,
still trying to figure out the repro steps.
My hosts file doesn't contain such entries for localhost, it's pretty standard.
If I disable my external network interf
New submission from Roman Rader:
==
FAIL: test_server_accept (test.test_ssl.ThreadedTests)
--
Traceback (most recent call last):
File "/home/roma/Documen
Changes by Roman Rader :
--
nosy: Roman.Rader
priority: normal
severity: normal
status: open
title: unit test
___
Python tracker
<http://bugs.python.org/issue24
New submission from Roman Rader:
Some strange behavior is observed while method in object substitutes with
callable object.
For example:
-
class Meth(object):
def __call__(*args, **kwargs):
print (args, kwargs)
class X(object):
def