For pyjd? or does GPL2 get in the way there (netsurf is licensed under
GPL2). I am not that well versed how GPL2 would affect a tool that
uses a python extension module. In other words, supposing one tried
to use netsurf for pyjamas desktop, would the python extension module
that is used (or whatever glue is used) to provide pyjamas access to
the DOM have to be a separate code base from pyjamas itself? Or does
a GPL2 python extension module, in principle, "infect" the entire
python program that loads such a module?