[pypy-commit] pypy py3.5: cleanup

mattip pypy.commits at gmail.com
Thu Mar 1 19:24:05 EST 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: py3.5
Changeset: r93937:8e1fc4f86361
Date: 2018-03-01 16:22 -0800
http://bitbucket.org/pypy/pypy/changeset/8e1fc4f86361/

Log:	cleanup

diff --git a/rpython/rlib/rwinreg.py b/rpython/rlib/rwinreg.py
--- a/rpython/rlib/rwinreg.py
+++ b/rpython/rlib/rwinreg.py
@@ -47,7 +47,7 @@
 HKEY = rwin32.HANDLE
 PHKEY = rffi.CArrayPtr(HKEY)
 REGSAM = rwin32.DWORD
-suffix = 'W'
+
 def get_traits(suffix):
     RegSetValue = external(
         'RegSetValue' + suffix,


More information about the pypy-commit mailing list