uqfoundation / dill

serialize all of Python

Home Page:http://dill.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testing noise

mtelka opened this issue · comments

Testing prints unexpected noise:

py39: commands[1]> /usr/bin/python3.9 dill/tests/__main__.py
................<function <lambda> at 0x7fffae023820>
<function <lambda> at 0x7fffadf86820>
<function <lambda> at 0x7fffae067820>
<function <lambda> at 0x7fffae022820>
<function <lambda> at 0x7fffae077820>
....fails: SetIteratorType <class 'set_iterator'>
fails: OdictIteratorType <class 'odict_iterator'>
fails: DictionaryItemIteratorType <class 'dict_itemiterator'>
fails: DictionaryKeyIteratorType <class 'dict_keyiterator'>
fails: DictionaryValueIteratorType <class 'dict_valueiterator'>
fails: DictReversekeyiteratorType <class 'dict_reversekeyiterator'>
fails: DictReversevalueiteratorType <class 'dict_reversevalueiterator'>
fails: DictReverseitemiteratorType <class 'dict_reverseitemiterator'>
fails: FileType <class '_io.FileIO'>
.sys:1: ResourceWarning: unclosed <socket.socket fd=14, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 0)>
sys:1: ResourceWarning: unclosed <socket.socket fd=17, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0>
......
  py39: OK (7.24=setup[0.06]+cmd[7.18] seconds)
  congratulations :) (8.00 seconds)