projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a42fcbf
)
Py3 test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 21 Feb 2009 17:15:17 +0000
(18:15 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 21 Feb 2009 17:15:17 +0000
(18:15 +0100)
tests/run/delete.pyx
patch
|
blob
|
history
diff --git
a/tests/run/delete.pyx
b/tests/run/delete.pyx
index b6cc2c0fc96fbb4ec775af46fb79734f98215ec9..961967455340bd9e2aaffa520e8f89fbd1ae5f7b 100644
(file)
--- a/
tests/run/delete.pyx
+++ b/
tests/run/delete.pyx
@@
-15,4
+15,4
@@
class A:
def g(self):
self.a = 3
del self.a
- return (hasattr(self,
"a"), hasattr(self,
"g"))
+ return (hasattr(self,
u"a"), hasattr(self, u
"g"))