bool-hybrid-array 9.11.3__py3-none-any.whl → 9.11.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ from . import core
5
5
  from .core import __builtins__,builtins
6
6
  try:from . import int_array
7
7
  except:pass
8
- __version__ = "9.11.3"
8
+ __version__ = "9.11.4"
9
9
  public_objects = []
10
10
  for name in dir(core):
11
11
  if not name.startswith("_"):
@@ -97,7 +97,7 @@ class IntHybridArray(BoolHybridArray):
97
97
  def __setitem__(self, key, value):
98
98
  tmp = list(self)
99
99
  tmp[key] = value
100
- self.__dict__ = IntHybridArray(tmp)
100
+ self.__dict__ = IntHybridArray(tmp).__dict__
101
101
  def __iter__(self):
102
102
  return map(self.__getitem__,range(len(self)))
103
103
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bool-hybrid-array
3
- Version: 9.11.3
3
+ Version: 9.11.4
4
4
  Summary: 一个高效的布尔数组(密集+稀疏混合存储,节省内存)
5
5
  Home-page: https://github.com/BKsell/bool-hybrid-array
6
6
  Author: 蔡靖杰
@@ -588,6 +588,7 @@ except OverflowError as e:
588
588
  * **9.11.1**:修复PyPy解释器下的保护机制过度保护bug
589
589
  * **9.11.2**:尝试修复IntHybridArray索引修改的错误
590
590
  * **9.11.3**:修复NameError: name 'lst' is not defined. Did you mean: 'list'?错误
591
+ * **9.11.4**:修复TypeError: __dict__ must be set to a dictionary, not a 'IntHybridArray'的错误
591
592
 
592
593
 
593
594
 
@@ -0,0 +1,10 @@
1
+ bool_hybrid_array/__init__.py,sha256=1ZkO9vFeQdQraOcOO0TD_5YMzdLbbdpJRARhamjKJc0,1038
2
+ bool_hybrid_array/__main__.py,sha256=2HbnUEgExGwO6UoM6SIp5DNkx4zH0jWJZBU2eovuAic,8491
3
+ bool_hybrid_array/core.py,sha256=WctTj1uhBxq4mKvUZGtQjECgNzalfMulvNa-uIXc9nc,39530
4
+ bool_hybrid_array/秘密.md,sha256=Ii2NvXmv-Ktu04zJsGLcQZvlzT4gOatByE4B2wTK1Ks,48
5
+ bool_hybrid_array/int_array/__init__.py,sha256=luhDHQGdpGG1O5eUpOF59ylS5XAAtY7kbA9gwqMSmL0,6251
6
+ bool_hybrid_array-9.11.4.dist-info/licenses/LICENSE,sha256=Sg4rnGXkBDYkwJCWyxdWp5H60rhVAxpNvFh_l3JWZdY,1070
7
+ bool_hybrid_array-9.11.4.dist-info/METADATA,sha256=HRsg-L8clLh8oOacY7izzJTcb3cj-Ha9DwRQb-B1ldw,25049
8
+ bool_hybrid_array-9.11.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ bool_hybrid_array-9.11.4.dist-info/top_level.txt,sha256=vk-TD77wuVQsN1rJ6uVWZX4sC_wya_WplRDwQKJoBZM,18
10
+ bool_hybrid_array-9.11.4.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- bool_hybrid_array/__init__.py,sha256=6G-jlHPCV_PBpb9GwOFomutsqKfdeC5uswa8iRsExow,1038
2
- bool_hybrid_array/__main__.py,sha256=2HbnUEgExGwO6UoM6SIp5DNkx4zH0jWJZBU2eovuAic,8491
3
- bool_hybrid_array/core.py,sha256=WctTj1uhBxq4mKvUZGtQjECgNzalfMulvNa-uIXc9nc,39530
4
- bool_hybrid_array/秘密.md,sha256=Ii2NvXmv-Ktu04zJsGLcQZvlzT4gOatByE4B2wTK1Ks,48
5
- bool_hybrid_array/int_array/__init__.py,sha256=yuytb1vhG1F5EY6zTd__6Fzzc7n_iAB3ueJ40SmuYRI,6242
6
- bool_hybrid_array-9.11.3.dist-info/licenses/LICENSE,sha256=Sg4rnGXkBDYkwJCWyxdWp5H60rhVAxpNvFh_l3JWZdY,1070
7
- bool_hybrid_array-9.11.3.dist-info/METADATA,sha256=dxr1zHAFNNiCYTOK7Q4zvdq2LISrI3n3LFjZLLu7P4s,24946
8
- bool_hybrid_array-9.11.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- bool_hybrid_array-9.11.3.dist-info/top_level.txt,sha256=vk-TD77wuVQsN1rJ6uVWZX4sC_wya_WplRDwQKJoBZM,18
10
- bool_hybrid_array-9.11.3.dist-info/RECORD,,