Skip to content

Commit

Permalink
Merge 0955f3b into 9f36cb1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 28, 2016
2 parents 9f36cb1 + 0955f3b commit 53bbd36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paramiko/_winapi.py
Expand Up @@ -89,7 +89,7 @@ def handle_nonzero_success(result):
GMEM_MOVEABLE = 0x2

GlobalAlloc = ctypes.windll.kernel32.GlobalAlloc
GlobalAlloc.argtypes = ctypes.wintypes.UINT, ctypes.c_ssize_t
GlobalAlloc.argtypes = ctypes.wintypes.UINT, ctypes.c_size_t
GlobalAlloc.restype = ctypes.wintypes.HANDLE

GlobalLock = ctypes.windll.kernel32.GlobalLock
Expand Down
2 changes: 2 additions & 0 deletions sites/www/changelog.rst
Expand Up @@ -2,6 +2,8 @@
Changelog
=========

* :bug:`802 (1.16+)` Better align GlobalAlloc argument spec with the API
docs, incidentally improving supported Python versions on Windows.
* :release:`1.16.3 <2016-07-25>`
* :bug:`673 (1.16+)` (via :issue:`681`) Fix protocol banner read errors
(``SSHException``) which would occasionally pop up when using
Expand Down

0 comments on commit 53bbd36

Please sign in to comment.