|
@ericsnowcurrently, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zooba, @birkenfeld and @ncoghlan to be potential reviewers. |
There was a problem hiding this comment.
Python 3.6 now uses stdint.h: please use directly uint64_t.
There was a problem hiding this comment.
Why unsigned? Did you mean int64_t?
There was a problem hiding this comment.
Oh right, int64_t. By the way, extract of master:
#define PY_INT64_T int64_t
4bcf3f2 to
da8439a
Compare
da8439a to
4797749
Compare
(see http://bugs.python.org/issue29102)