Message302388
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. |
|
Date |
User |
Action |
Args |
2017-09-17 22:31:48 | skrah | set | recipients:
+ skrah, amaury.forgeotdarc, christian.heimes, docs@python, Romuald |
2017-09-17 22:31:48 | skrah | set | messageid: <1505687508.54.0.0993581915326.issue31443@psf.upfronthosting.co.za> |
2017-09-17 22:31:48 | skrah | link | issue31443 messages |
2017-09-17 22:31:48 | skrah | create | |
|