akapur / pyiqfeed

Python LIbrary for reading DTN's IQFeed
GNU General Public License v2.0
168 stars 108 forks source link

- Fixed 'assert us >= 0' for int32 overflowed timestamps (in windows) #24

Closed alexveden closed 6 years ago

alexveden commented 6 years ago

Faced with a strange bug when tried to launch script under windows environment. From time to time timestamps lead to int32 overflow and as the result of assertion fail.

akapur commented 6 years ago

Thanks. I guess ILP64 vs LP64 issues affect one even when using python.