Winprocess.peb not a fixedproperty anymore to prevent ref-cycle + add windows.crypto to setup.py

This commit is contained in:
hakril
2017-04-24 22:43:49 +02:00
parent 8aa71f8c44
commit be5cbe2631
2 changed files with 30 additions and 16 deletions
+1
View File
@@ -20,5 +20,6 @@ setup(
'windows.utils',
'windows.winobject',
'windows.debug',
'windows.crypto',
'windows.test'],
)