Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r75627:4aff38646069
Date: 2015-02-01 19:21 +0100
http://bitbucket.org/pypy/pypy/changeset/4aff38646069/

Log:    fix

diff --git a/pypy/module/pypystm/stmdict.py b/pypy/module/pypystm/stmdict.py
--- a/pypy/module/pypystm/stmdict.py
+++ b/pypy/module/pypystm/stmdict.py
@@ -225,7 +225,7 @@
     return space.wrap(r)
 
 W_STMDict.typedef = TypeDef(
-    'pypystm.stmset',
+    'pypystm.stmdict',
     __new__ = interp2app(W_STMDict___new__),
     __getitem__ = interp2app(W_STMDict.getitem_w),
     __setitem__ = interp2app(W_STMDict.setitem_w),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to