➜

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.

作者 loewis
收信人 dellair.jie, loewis, r.david.murray, vstinner
日期 2014-03-31.15:16:21
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1396278981.81.0.744073554608.issue21085@psf.upfronthosting.co.za>
In-reply-to
内容
dellair jie: please focus on one issue at a time. The issue you reported here is the compile error with si_band; I will not discuss any other problems you bring up in this issue.

Note that editing pyconfig.h is not a solution. It's a generated file, so it must not be edited.

To diagnose this further, add the -dD option to the preprocessor output of signalmodule.c, i.e. run

gcc -dD -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes     -I. -IInclude -I./Include    -DPy_BUILD_CORE  -E ./Modules/signalmodule.c 

and attach the resulting file (or else study the output yourself).

BTW, please also understand that Python 3.3 is no longer maintained; it would be good if you could run this porting project on Python 3.4 instead.
历史
日期 用户 动作 参数
2014-03-31 15:16:21loewis修改recipients: + loewis, vstinner, r.david.murray, dellair.jie
2014-03-31 15:16:21loewis修改messageid: <1396278981.81.0.744073554608.issue21085@psf.upfronthosting.co.za>
2014-03-31 15:16:21loewis链接issue21085 messages
2014-03-31 15:16:21loewis创建