Skip to content

Updated the .lo/.hi limits to python3 sys.maxsize

Alex Christopher Martyniuk requested to merge FLX-1631_python3_maxsize into master

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.

Merge request reports