[Python-checkins] [python/cpython] f931fd: bpo-30470: Deprecate invalid ctypes call protectio...

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


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

  Changed paths:
    M Doc/library/ctypes.rst
    M Misc/NEWS

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

Calling Ctypes functions is deprecated in 3.6.2 and will be removed in 3.7




More information about the Python-checkins mailing list