salabim 24.0.11.post0__py3-none-any.whl → 24.0.11.post1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
salabim/salabim.py CHANGED
@@ -151,9 +151,11 @@ if Pythonista:
151
151
  inf = float("inf")
152
152
  nan = float("nan")
153
153
 
154
- _yieldless = not Pythonista # True, unless running under Pythonista
155
-
156
-
154
+ if Pythonista or AnacondaCode or PythonInExcel:
155
+ _yieldless = False
156
+ else:
157
+ _yieldless=True
158
+
157
159
  class QueueFullError(Exception):
158
160
  pass
159
161
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: salabim
3
- Version: 24.0.11.post0
3
+ Version: 24.0.11.post1
4
4
  Summary: salabim - discrete event simulation in Python
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://salabim.org
@@ -3,8 +3,8 @@ salabim/LICENSE.txt,sha256=qHlBa-POyexatCxDTjSKMlYtkBFQDn9lu-YV_1L6V0U,1106
3
3
  salabim/__init__.py,sha256=r7qPLvlmX0dkZDyjuTo8Jo3ex3sD1L4pmK6K5ib9vyw,56
4
4
  salabim/calibri.ttf,sha256=RWpf8Uo31RfvGGNaSt9-2sXSuN87AVE_NFMRsV3LhBk,1330156
5
5
  salabim/mplus-1m-regular.ttf,sha256=EuFHr90BJjuAn_r5MleJFN-WfkeWJ4tf7DweI5zr8tU,289812
6
- salabim/salabim.py,sha256=OS8-t8T0hAAM4-VScSc4cJQSw1od-Grb2qZVCa1EJ_0,1097255
7
- salabim-24.0.11.post0.dist-info/METADATA,sha256=nwX2_geOVzA3laKSeaLwg0_oxb_uaGy-cjUaIm7txBs,3456
8
- salabim-24.0.11.post0.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
9
- salabim-24.0.11.post0.dist-info/top_level.txt,sha256=UE6zVlbi3F6T5ma1a_5TrojMaF21GYKDt9svvm0U4cQ,8
10
- salabim-24.0.11.post0.dist-info/RECORD,,
6
+ salabim/salabim.py,sha256=8dANioKbD1covX06fZohLeNttQVbalrN6q8eODdZYTU,1097286
7
+ salabim-24.0.11.post1.dist-info/METADATA,sha256=g39m6E1GfEa8lmL3Ji7vWbz2MpGvYClI1oedRWT2zQc,3456
8
+ salabim-24.0.11.post1.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
9
+ salabim-24.0.11.post1.dist-info/top_level.txt,sha256=UE6zVlbi3F6T5ma1a_5TrojMaF21GYKDt9svvm0U4cQ,8
10
+ salabim-24.0.11.post1.dist-info/RECORD,,