How can I set a Unix file's ctime?
(I'd much prefer an answer in terms of Python. If there's no way to do it with standard Python, then I suppose C is OK too.)
(Note: I know that one can use os.utime to set a file's atime and mtime. I am interested in setting ctime.)
(Note2: I hope that there's an answer that works for any POSIXoid Unix, but if not, I'm interested in Darwin and Ubuntu.)