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 smani
Recipients smani
Date 2020-05-26.09:55:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590486941.4.0.263574761351.issue40777@roundup.psfhosted.org>
In-reply-to
Content
Hitting this when attempting to cross-compile python-3.9 to mingw:

/builddir/build/BUILD/Python-3.9.0b1/Modules/_datetimemodule.c:3328:16: error: initializer element is not constant
 3328 |     .tp_base = &PyTuple_Type,

Indeed PyTuple_Type does not have static storage, so I suppose this [1] applies.

[1] https://stackoverflow.com/a/3025106/1338788
History
Date User Action Args
2020-05-26 09:55:41smanisetrecipients: + smani
2020-05-26 09:55:41smanisetmessageid: <1590486941.4.0.263574761351.issue40777@roundup.psfhosted.org>
2020-05-26 09:55:41smanilinkissue40777 messages
2020-05-26 09:55:41smanicreate