-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Describe the bug
对于0.12.1版本,llse_item, NbtCompound, intpos等对象的内存无法释放, 其他的版本和类没有测试,但是可以合理怀疑是cpython的改动或其他问题导致所有llse对象都无法释放
To Reproduce
def test() -> None:
for i in range(10000):
a = IntPos(0, 0, 0, 0)
mc.listen('onTick', test)
Expected behavior
服务器内存不断上升, gc.getobj的量持续增加
Screenshots
No response
Platform
windows 11
BDS Version
1.21.80
LeviLamina Version
1.3.4
LegacyScriptEngine Version
0.12.1
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels