Author: Amaury Forgeot d'Arc <amaur...@gmail.com>
Branch: stdlib-2.7.9
Changeset: r75820:30bb6fb168fa
Date: 2015-02-10 23:12 +0100
http://bitbucket.org/pypy/pypy/changeset/30bb6fb168fa/

Log:    Try space.newset() again

diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py
--- a/pypy/module/_ssl/interp_win32.py
+++ b/pypy/module/_ssl/interp_win32.py
@@ -97,7 +97,7 @@
                 result_w.append(
                     space.wrap(rffi.charp2str(
                         usage.c_rgpszUsageIdentifier[i])))
-            return space.newlist(result_w) #space.newset(result_w)
+            return space.newset(result_w)
 
 @unwrap_spec(store_name=str)
 def enum_certificates_w(space, store_name):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to