wmayer
3ca2a408fb
Fix invalid Python object error
...
Example below led to a crash:
import Path
v = Path.Tool(name='v', diameter=5.6)
tt = Path.Tooltable()
tt.addTools(v)
attrs = tt.templateAttrs()
uu = Path.Tooltable(tt.templateAttrs())
del attrs
2018-03-30 18:39:55 +02:00
..
2017-03-23 22:04:52 +01:00
2017-06-21 11:41:34 -07:00
2018-01-23 19:49:58 +01:00
2018-03-21 12:14:58 +01:00
2018-03-03 11:19:36 -03:00
2018-01-24 13:08:57 -05:00
2017-12-23 14:27:25 +01:00
2017-12-06 20:59:55 +01:00
2017-06-21 11:41:34 -07:00
2017-05-31 23:50:05 +08:00
2017-03-19 10:26:27 +01:00
2015-07-04 18:30:10 -03:00
2017-06-18 16:33:20 +02:00
2018-02-10 12:18:33 +01:00
2017-03-23 22:04:52 +01:00
2017-03-23 22:04:52 +01:00
2017-04-23 19:15:19 -03:00
2015-07-04 18:30:10 -03:00
2015-07-04 18:30:10 -03:00
2016-07-07 19:49:00 -03:00
2016-07-07 19:49:00 -03:00
2016-07-07 19:49:00 -03:00
2016-07-07 19:49:00 -03:00
2018-01-23 19:49:58 +01:00
2018-01-23 19:49:58 +01:00
2017-12-23 14:27:25 +01:00
2016-09-22 18:53:24 +02:00
2017-01-28 01:22:09 +08:00
2017-01-29 22:35:52 +01:00
2017-06-18 16:33:20 +02:00
2015-07-04 18:30:10 -03:00
2016-10-20 01:37:49 +02:00
2017-08-20 17:20:55 -07:00
2015-07-04 18:30:10 -03:00
2017-06-21 11:41:34 -07:00
2017-06-21 11:41:34 -07:00
2016-09-22 18:53:24 +02:00
2015-07-04 18:30:10 -03:00
2018-02-01 22:16:46 +01:00
2018-02-01 22:16:46 +01:00
2018-02-01 22:16:46 +01:00
2018-02-01 22:16:46 +01:00
2018-03-30 18:39:55 +02:00