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 loewis
Recipients dellair.jie, loewis, r.david.murray, vstinner
Date 2014-03-31.15:16:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396278981.81.0.744073554608.issue21085@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-31 15:16:21loewissetrecipients: + loewis, vstinner, r.david.murray, dellair.jie
2014-03-31 15:16:21loewissetmessageid: <1396278981.81.0.744073554608.issue21085@psf.upfronthosting.co.za>
2014-03-31 15:16:21loewislinkissue21085 messages
2014-03-31 15:16:21loewiscreate