mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
Maybe fixed issue-2012 (leaking reference in Python)
This commit is contained in:
Vendored
+1
-1
@@ -684,7 +684,7 @@ class DBLayoutTest(unittest.TestCase):
|
||||
ly = pya.Layout(True)
|
||||
pv = [ [ 17, "a" ], [ "b", [ 1, 5, 7 ] ] ]
|
||||
pid = ly.properties_id( pv )
|
||||
# does not work? @@@
|
||||
# does not work?
|
||||
# pv = { 17: "a", "b": [ 1, 5, 7 ] }
|
||||
# pid2 = ly.properties_id( pv )
|
||||
# self.assertEqual( pid, pid2 )
|
||||
|
||||
Reference in New Issue
Block a user