DanielStutzbach / blist

A list-like type with better asymptotic performance and similar performance on small lists
Other
310 stars 36 forks source link

fixing compile problem mentioned in issue-81 #84

Open witherj opened 4 years ago

witherj commented 4 years ago

I think the trailing comma is breaking the preprocessor on Win10 / Python 3.7. This workaround fixes it. See problem mentioned here: https://github.com/DanielStutzbach/blist/issues/81

ctmakro commented 4 years ago

omg, this should be fixed long ago. ran into exactly the same problem.

billander commented 4 years ago

This fix solves the problem. I applied manually but would it be possible to merge it to master and build package and publish it to Pypi.org?