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: missing _typesmodule.c,Visual Studio 2005 pythoncore.vcproj
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: kristjan.jonsson Nosy List: everbruin, kristjan.jonsson, loewis
Priority: normal Keywords:

Created on 2006-09-29 17:47 by everbruin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg30059 - (view) Author: everbruin (everbruin) Date: 2006-09-29 17:47
Python 2.5's Visual Studio 2005 pythoncore.vcproj (in
PCBuild8 folder) is missing Modules/_typesmodule.c
(note the VS 2003 pythoncore.vcproj in PCBuild
correctly has it).

The bug is that binaries built w/o the file will give a
SystemError when "import _types" is done (eg by types.py).
msg30060 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-10-02 19:10
Logged In: YES 
user_id=21627

I find it hard to believe that you get this precise error; I
would have expected that the pythoncore project would fail
to build instead.

Notice that PCbuild8 is not really supported.
msg30061 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-10-03 12:12
Logged In: YES 
user_id=21627

Kristjan, can you please take a look?
msg30062 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2006-10-05 09:16
Logged In: YES 
user_id=1262199

Hi there.  The .vcproj in the python trunk has these issues
fixed.  I will backport them to 2.5 maintainance shortly.
msg30063 - (view) Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) Date: 2006-10-08 15:42
Logged In: YES 
user_id=1262199

This is now fixed by rev. 52219.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44053
2006-09-29 17:47:57everbruincreate