Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 0ee32c148119031e19c79359f5c4789ee69fa355 https://github.com/python/cpython/commit/0ee32c148119031e19c79359f5c4789ee69fa355 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年06月24日 (2017年6月24日) Changed paths: M Modules/_winapi.c Log Message: ----------- bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376)