projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix Symbol.__slots__
[linpy.git]
/
pypol
/
isl.py
diff --git
a/pypol/isl.py
b/pypol/isl.py
index
edfed5a
..
f15cea1
100644
(file)
--- a/
pypol/isl.py
+++ b/
pypol/isl.py
@@
-12,7
+12,7
@@
libisl.isl_dim_set = _isl.isl_dim_set
class IslObject:
__slots__ = (
- '_ptr'
+ '_ptr'
,
)
def __init__(self, ptr):