I spotted in my code a line that I never wrote:
#!/usr/bin/python
#1;3409;0c
from math import exp
I think you can spot it yourself.
So I googled it, and it appears that nobody talk about it, but yet, it pops by itself in some places:
- http://home.gwu.edu/~maxal/pubs.html
- http://lists.freedesktop.org/archives/systemd-devel/2014-November/024896.html
- https://github.com/alxlit/autoclave/pull/9/files?diff=split
Does somebody know where it comes from?