scrapinghub / exporters

Exporters is an extensible export pipeline library that supports filter, transform and several sources and destinations
BSD 3-Clause "New" or "Revised" License
40 stars 10 forks source link

Allow long values in int fields #320

Closed dvdbng closed 8 years ago

dvdbng commented 8 years ago

In python2 isinstance(2**63, int) is false while in python3 is true

Note: PR rebased on top of #316 because this one needs to modify a lot of files and they would conflict otherwise -- only different commit is the last one

eliasdorneles commented 8 years ago

In the future, it's best to separate bug fixes into separate PRs. We shouldn't have to rush merging a big feature-PR because there is a bugfix pending on it. :)