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.

Author skrah
Recipients Romuald, amaury.forgeotdarc, christian.heimes, docs@python, skrah
Date 2017-09-17.22:31:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505687508.54.0.0993581915326.issue31443@psf.upfronthosting.co.za>
In-reply-to
Content
Christian, do you remember which compiler was the reason for the commit

cbf3b5cb76906fba15dbf59a1e83c540a447b907 ?

+       /* Due to cross platform compiler issues the slots must be filled
+        * here. It's required for portability to Windows without requiring
+        * C++. */
        Null_Type.tp_base = &PyBaseObject_Type;
+       Null_Type.tp_new = PyType_GenericNew;
        Str_Type.tp_base = &PyUnicode_Type;



I've never had problems with VS 2008 or greater.
History
Date User Action Args
2017-09-17 22:31:48skrahsetrecipients: + skrah, amaury.forgeotdarc, christian.heimes, docs@python, Romuald
2017-09-17 22:31:48skrahsetmessageid: <1505687508.54.0.0993581915326.issue31443@psf.upfronthosting.co.za>
2017-09-17 22:31:48skrahlinkissue31443 messages
2017-09-17 22:31:48skrahcreate