[Python-checkins] [python/cpython] 2ee91c: [3.6] bpo-30470: Deprecate invalid ctypes call pro...

GitHub noreply at github.com
Sat May 27 10:58:27 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 2ee91c8ad825079cdfc0d98f3f439f3b1c8ca471
      https://github.com/python/cpython/commit/2ee91c8ad825079cdfc0d98f3f439f3b1c8ca471
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
    M Doc/library/ctypes.rst

  Log Message:
  -----------
  [3.6] bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) (GH-1833)

Calling Ctypes functions is deprecated in 3.6.2 and will be removed in 3.7.
(cherry picked from commit f931fd1c2ad969db72460d3ab41e3d1a4a62c371)




More information about the Python-checkins mailing list