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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 06 Feb 2001 02:10:26 -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 : nobody
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;


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