New submission from Max Cantor:
When you specify a nonexistent encoding at the top of a file, like so for
example:
# -*- coding: fakefakefoobar -*-
The following exception occurs:
SyntaxError: encoding problem: with BOM
This is very unhelpful, especially in cases where you might have made a
New submission from Max Cantor:
On certain Linux distributions such as Ubuntu, the linker is invoked by default
with --as-needed, which has an undesireable side effect when linking static
libraries: it is bad at detecting required symbols, and the order of libraries
on the command line become