Updated the .lo/.hi limits to python3 sys.maxsize
Making changes to clean up wuppercodegen before fixing FLX-1631. sys.maxint does not exist in python3, switched to sys.maxsize as a ~infinite starting point for lo/hi bitfield search. Solves a crash in the bitfield test.