Author: Matti Picus <[email protected]>
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,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit