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 jschneid
Recipients jschneid, loewis, vstinner
Date 2011-07-15.16:41:19
SpamBayes Score 0.029489744
Marked as misclassified No
Message-id <1310748079.62.0.616949976535.issue12561@psf.upfronthosting.co.za>
In-reply-to
Content
Constant initializers are required to be constants, not function calls, so _Py_char2wchar cannot be used in the definition of lib_python (line #138 of Modules/getpath.c).
History
Date User Action Args
2011-07-15 16:41:19jschneidsetrecipients: + jschneid, loewis, vstinner
2011-07-15 16:41:19jschneidsetmessageid: <1310748079.62.0.616949976535.issue12561@psf.upfronthosting.co.za>
2011-07-15 16:41:19jschneidlinkissue12561 messages
2011-07-15 16:41:19jschneidcreate