[Python-bugs-list] [Bug #131235] mpzmodule wont compile with msvc

noreply@sourceforge.net noreply@sourceforge.net
Thu, 08 Feb 2001 09:22:38 -0800


Bug #131235, was updated on 2001-Feb-06 02:10
Here is a current snapshot of the bug.

Project: Python
Category: Windows
Status: Open
Resolution: None
Bug Group: Not a Bug
Priority: 5
Submitted by: mpmak
Assigned to : akuchling
Summary: mpzmodule wont compile with msvc

Details: 
Non const initializer in mpzmodule, around line 1587:
is:
PyObject_HEAD_INIT(&PyType_Type)
sholud be:
PyObject_HEAD_INIT(NULL)

and in module initialization:
MPZtype.ob_type = &PyType_Type;


Follow-Ups:

Date: 2001-Feb-08 09:22
By: akuchling

Comment:
This should already be fixed in CVS (someone else reported it for Cygwin). 
Can you grab a copy of the CVS tree and check that it's now OK?

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131235&group_id=5470