summaryrefslogtreecommitdiffstats
path: root/Python/importlib.h
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2013-04-09 15:21:25 (GMT)
committerGiampaolo Rodola' <g.rodola@gmail.com>2013-04-09 15:21:25 (GMT)
commita4c377cde9b010f6bee5e5e0a15e8545228d31e2 (patch)
treecbb04d46c81bd15a4d5f401542b3ed57a6d90637 /Python/importlib.h
parentfa1b02a126ef6b6ce58b2ea595a97384ae616593 (diff)
downloadcpython-a4c377cde9b010f6bee5e5e0a15e8545228d31e2.zip
cpython-a4c377cde9b010f6bee5e5e0a15e8545228d31e2.tar.gz
cpython-a4c377cde9b010f6bee5e5e0a15e8545228d31e2.tar.bz2
Do not raise exception on close() on account of socket attribute still being None:
>>> import asyncore >>> d = asyncore.dispatcher() >>> d.close() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.4/asyncore.py", line 401, in close self.socket.close() AttributeError: 'NoneType' object has no attribute 'close' >>>
Diffstat (limited to 'Python/importlib.h')
0 files changed, 0 insertions, 0 deletions