pyc files are stored in python marshal format.
http://daeken.com/python-marshal-format
it seems that the only problem is with encoded integers, which automatically drop to 32-bit integers when you read pyc on a 32-bit machine.
pyc 64- / , pyc 64-, 32- .