Issue 28282: find_library("c") defers to find_msvcrt() (original) (raw)

Issue28282

Created on 2016-09-27 01:27 by martin.panter, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg277479 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2016-09-27 01:27
Issue 1793 added ctypes.util.find_msvcrt(), and special cases that map find_library("c") and "m" to the new function. However this contradicts the documentation <https://docs.python.org/3.5/library/ctypes.html#finding-shared-libraries>: ‘On Windows, . . . a call like find_library("c") will fail and return None.’ I think the documentation needs updating or clarifying.
History
Date User Action Args
2022-04-11 14:58:37 admin set github: 72469
2016-09-27 01:27:45 martin.panter create