New submission from Jason R. Coombs <jar...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14821>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to