Crash on python create lots of OPs

2023.12230 Mac/Win

for i in families:
	for k in families[i]:
		c = k.__name__
		with open('log.txt','w') as f:
			f.write(c)
		cOp = parent().create(c)
		cOp.destroy()

Running this will crash TD.

Another test with another caused crash OPType in a project:
bug.toe (6.9 KB)
→ Run ‘testA’ DAT and wait 10 sec.

That did not happen before 2023.12230.
Best,
Alex

Hello @letsius

Can confirm there is a difference in behavior between build 12000 and 12230.

A developer will look into it.

Best,
Michel