[New-bugs-announce] [issue14821] Ctypes extension module builds as _ctypes_test.pyd

Jason R. Coombs report at bugs.python.org
Wed May 16 02:10:12 CEST 2012


New submission from Jason R. Coombs <jaraco at jaraco.com>:

It appears with the latest changes (cdcc816dea85), ctypes builds as _ctypes_test.pyd, not _ctypes.pyd. This causes 'import ctypes' to fail with an ImportError and thus causes tests to fail that depend on test.support (which imports ctypes).

I first noticed this issue in features/pep-420, but the same behavior is present in the main repository. I cannot test it because Python fails to start altogether, but I see _ctypes_test.pyd in the pcbuild/amd64 directory.

----------
assignee: brian.curtin
components: Build
messages: 160780
nosy: brian.curtin, jason.coombs
priority: normal
severity: normal
status: open
title: Ctypes extension module builds as _ctypes_test.pyd
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14821>
_______________________________________


More information about the New-bugs-announce mailing list