© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Andrew Steganow
csv.parse
Hello) next problem is "OverflowError: Python int too large to convert to C long"
Mark Vasilkov
Computer programmer
Well, depending on what's in that int, you either reach for a C bigint library, or just truncate it I guess.