Author: Ronan Lamy <[email protected]>
Branch: 
Changeset: r97678:50925e571213
Date: 2019-09-30 14:53 +0100
http://bitbucket.org/pypy/pypy/changeset/50925e571213/

Log:    Add missing method to fake objspace

diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py
--- a/pypy/objspace/fake/objspace.py
+++ b/pypy/objspace/fake/objspace.py
@@ -167,6 +167,7 @@
             for w_x in list_w:
                 is_root(w_x)
         return w_some_obj()
+    newfrozenset = newset
 
     def newlist(self, list_w):
         for w_x in list_w:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to