Message 254625 - Python tracker
Message254625
| Author | martin.panter |
|---|---|
| Recipients | alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, matrixise, pitrou, python-dev |
| Date | 2015-11-13.21:55:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1447451713.25.0.624987143298.issue25569@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Seems to have broken the SSL module. Looks like you typoed “dps” as “dsp” in some conditional code. http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.4/builds/1326/steps/compile/logs/stdio building '_ssl' extension gcc -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -IInclude -I/Users/buildbot/buildarea/3.4.murray-snowleopard/build/Include -I/Users/buildbot/buildarea/3.4.murray-snowleopard/build -c /Users/buildbot/buildarea/3.4.murray-snowleopard/build/Modules/_ssl.c -o build/temp.macosx-10.6-x86_64-3.4-pydebug/Users/buildbot/buildarea/3.4.murray-snowleopard/build/Modules/_ssl.o /Users/buildbot/buildarea/3.4.murray-snowleopard/build/Modules/_ssl.c: In function ‘_get_crl_dp’: /Users/buildbot/buildarea/3.4.murray-snowleopard/build/Modules/_ssl.c:1084: error: ‘dsp’ undeclared (first use in this function) /Users/buildbot/buildarea/3.4.murray-snowleopard/build/Modules/_ssl.c:1084: error: (Each undeclared identifier is reported only once /Users/buildbot/buildarea/3.4.murray-snowleopard/build/Modules/_ssl.c:1084: error: for each function it appears in.) /Users/buildbot/buildarea/3.4.murray-snowleopard/build/Modules/_ssl.c: In function ‘_setup_ssl_threads’: /Users/buildbot/buildarea/3.4.murray-snowleopard/build/Modules/_ssl.c:3828: warning: comparison is always false due to limited range of data type |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-13 21:55:13 | martin.panter | set | recipients: + martin.panter, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, python-dev, dstufft, matrixise |
| 2015-11-13 21:55:13 | martin.panter | set | messageid: <1447451713.25.0.624987143298.issue25569@psf.upfronthosting.co.za> |
| 2015-11-13 21:55:13 | martin.panter | link | issue25569 messages |
| 2015-11-13 21:55:12 | martin.panter | create | |