Fun with python and multilib

Bill Nottingham notting at redhat.com
Thu Sep 7 19:56:02 UTC 2006


Example bug:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205216

What's happening here (in the python side) is that the .pyc/.pyo file
is storing the timestamp of the .py file - since aotcompile.py is
made by config.status from aotcompile.py.in, it's almost guaranteed
that its timestamp will be different between arches.

Ideas on how to handle/fix this?

Bill




More information about the Fedora-maintainers mailing list