##// END OF EJS Templates
tests: fix http-bad-server expected errors for python 3.10 (issue6643)...
tests: fix http-bad-server expected errors for python 3.10 (issue6643) The format of the error message changed with this version of Python. This also removes obsolete Python 3 checks.

File last commit:

r45179:1f5ab1a9 default
r50394:4f36738a default
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}