salabim 24.0.7__py3-none-any.whl → 24.0.8__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.
- salabim/salabim.py +7 -6
- {salabim-24.0.7.dist-info → salabim-24.0.8.dist-info}/METADATA +1 -1
- {salabim-24.0.7.dist-info → salabim-24.0.8.dist-info}/RECORD +5 -5
- {salabim-24.0.7.dist-info → salabim-24.0.8.dist-info}/WHEEL +0 -0
- {salabim-24.0.7.dist-info → salabim-24.0.8.dist-info}/top_level.txt +0 -0
salabim/salabim.py
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
# _ _ _ ____ _ _ ___
|
2
|
-
# ___ __ _ | | __ _ | |__ (_) _ __ ___ |___ \ | || | / _ \
|
3
|
-
# / __| / _` || | / _` || '_ \ | || '_ ` _ \ __) || || |_ | | | |
|
4
|
-
# \__ \| (_| || || (_| || |_) || || | | | | | / __/ |__ _| _ | |_| | _
|
5
|
-
# |___/ \__,_||_| \__,_||_.__/ |_||_| |_| |_| |_____| |_| (_) \___/ (_) /
|
1
|
+
# _ _ _ ____ _ _ ___ ___
|
2
|
+
# ___ __ _ | | __ _ | |__ (_) _ __ ___ |___ \ | || | / _ \ ( _ )
|
3
|
+
# / __| / _` || | / _` || '_ \ | || '_ ` _ \ __) || || |_ | | | | / _ \
|
4
|
+
# \__ \| (_| || || (_| || |_) || || | | | | | / __/ |__ _| _ | |_| | _ | (_) |
|
5
|
+
# |___/ \__,_||_| \__,_||_.__/ |_||_| |_| |_| |_____| |_| (_) \___/ (_) \___/
|
6
6
|
# discrete event simulation
|
7
7
|
#
|
8
8
|
# see www.salabim.org for more information, the documentation and license information
|
9
9
|
|
10
|
-
__version__ = "24.0.
|
10
|
+
__version__ = "24.0.8"
|
11
11
|
|
12
12
|
import heapq
|
13
13
|
import random
|
@@ -9017,6 +9017,7 @@ by adding:
|
|
9017
9017
|
self.status._value = waiting
|
9018
9018
|
self._reschedule(scheduled_time, schedule_priority, urgent, "wait", cap_now)
|
9019
9019
|
else:
|
9020
|
+
return # ***
|
9020
9021
|
if self.env._yieldless:
|
9021
9022
|
if self is self.env._current_component:
|
9022
9023
|
self.env._glet.switch()
|
@@ -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=
|
7
|
-
salabim-24.0.
|
8
|
-
salabim-24.0.
|
9
|
-
salabim-24.0.
|
10
|
-
salabim-24.0.
|
6
|
+
salabim/salabim.py,sha256=OX3rJfwIprY__9CKYYrV6RVbYvrk2iuS6KnPAkb2t5A,1094679
|
7
|
+
salabim-24.0.8.dist-info/METADATA,sha256=YYXDNK-VP-iYY1rsBNc3VTCjeCyVwqJbYAz23zY4dCw,3449
|
8
|
+
salabim-24.0.8.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
9
|
+
salabim-24.0.8.dist-info/top_level.txt,sha256=UE6zVlbi3F6T5ma1a_5TrojMaF21GYKDt9svvm0U4cQ,8
|
10
|
+
salabim-24.0.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|