This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Deprecate invalid ctypes call protection on Windows
Type: Stage: resolved
Components: ctypes, Documentation Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Mariatta, docs@python, steve.dower, vstinner
Priority: normal Keywords:

Created on 2017-05-25 05:44 by Mariatta, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1810 merged Mariatta, 2017-05-25 05:51
PR 1833 merged Mariatta, 2017-05-27 14:27
Messages (3)
msg294435 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-05-25 05:44
It was proposed by Steve Dower by email to python-dev:
https://mail.python.org/pipermail/python-dev/2017-May/147959.html

It should be deprecated in Python 3.6.2 and removed in 3.7.0
msg294594 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-05-27 14:23
New changeset f931fd1c2ad969db72460d3ab41e3d1a4a62c371 by Mariatta in branch 'master':
bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810)
https://github.com/python/cpython/commit/f931fd1c2ad969db72460d3ab41e3d1a4a62c371
msg294596 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-05-27 14:58
New changeset 2ee91c8ad825079cdfc0d98f3f439f3b1c8ca471 by Mariatta in branch '3.6':
[3.6] bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) (GH-1833)
https://github.com/python/cpython/commit/2ee91c8ad825079cdfc0d98f3f439f3b1c8ca471
History
Date User Action Args
2022-04-11 14:58:46adminsetgithub: 74655
2017-05-27 14:59:08Mariattasetstatus: open -> closed
resolution: fixed
stage: resolved
2017-05-27 14:58:27Mariattasetmessages: + msg294596
2017-05-27 14:27:06Mariattasetpull_requests: + pull_request1916
2017-05-27 14:23:28Mariattasetmessages: + msg294594
2017-05-25 05:51:54Mariattasetpull_requests: + pull_request1895
2017-05-25 05:44:56Mariattacreate