Hi All, When writing a python c extension for needs to be compiled for Windows, Linux, and the Mac, what cross-platform differences need to be accounted for? Are there functions in the python api to deal with the differences? For example, byte ordering, how is that controlled? Thanks in advance,