[Python-checkins] [python/cpython] ae0915: Closes bpo-29939: suppress compiler warnings in _c...

GitHub noreply at github.com
Fri Apr 7 18:24:53 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: ae0915e42d8cd96e5ced1fc442ea078b4a59e82d
      https://github.com/python/cpython/commit/ae0915e42d8cd96e5ced1fc442ea078b4a59e82d
  Author: Vinay Sajip <vinay_sajip at yahoo.co.uk>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
    M Modules/_ctypes/_ctypes_test.c

  Log Message:
  -----------
  Closes bpo-29939: suppress compiler warnings in _ctypes_test (#1039)

Changed test code to suppress a compiler warning, while taking care to avoid the code being optimized out by the compiler.
(cherry picked from commit 164d30eb1e66575dafee6af4fca4cbf52c7fbe6a)




More information about the Python-checkins mailing list