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. |
|