Issue 30470: Deprecate invalid ctypes call protection on Windows (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/74655

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:46 admin set github: 74655
2017-05-27 14:59:08 Mariatta set status: open -> closedresolution: fixedstage: resolved
2017-05-27 14:58:27 Mariatta set messages: +
2017-05-27 14:27:06 Mariatta set pull_requests: + <pull%5Frequest1916>
2017-05-27 14:23:28 Mariatta set messages: +
2017-05-25 05:51:54 Mariatta set pull_requests: + <pull%5Frequest1895>
2017-05-25 05:44:56 Mariatta create