Message 381103 - Python tracker
Message381103
| Author | vstinner |
|---|---|
| Recipients | brandtbucher, gvanrossum, hroncok, lys.nikolaou, miss-islington, ned.deily, nnemkin, pablogsal, terry.reedy, vstinner |
| Date | 2020-11-16.15:03:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1605539024.45.0.932987976215.issue40939@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Please also document the removal of the node.h header file. The removal of this file broke the build of the two following packages. mod_wsgi: https://bugzilla.redhat.com/show_bug.cgi?id=1898158 In file included from src/server/mod_wsgi.c:22: src/server/wsgi_python.h:44:10: fatal error: node.h: No such file or directory 44 | #include "node.h" | ^~~~~~~~ compilation terminated. kdevelop-python: https://bugzilla.redhat.com/show_bug.cgi?id=1898116 In file included from /builddir/build/BUILD/kdev-python-5.6.0/parser/astbuilder.cpp:31: /builddir/build/BUILD/kdev-python-5.6.0/parser/python_header.h:33:10: fatal error: node.h: No such file or directory 33 | #include "node.h" | ^~~~~~~~ compilation terminated. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-11-16 15:03:44 | vstinner | set | recipients: + vstinner, gvanrossum, terry.reedy, ned.deily, nnemkin, hroncok, lys.nikolaou, pablogsal, miss-islington, brandtbucher |
| 2020-11-16 15:03:44 | vstinner | set | messageid: <1605539024.45.0.932987976215.issue40939@roundup.psfhosted.org> |
| 2020-11-16 15:03:44 | vstinner | link | issue40939 messages |
| 2020-11-16 15:03:43 | vstinner | create | |