commit | 1b714f7ed673c9a211f3b664e7df39d0f5f21e32 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Jun 24 11:51:12 2017 -1000 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jun 24 17:51:12 2017 -0400 |
tree | 1dee2644b7babdac43427c7186188c3aa16fecfa | |
parent | 653cfe872052b641bbfdf84a97b330a479a7b4fc [diff] |
pypy3 compilation fix for locking callback (#3716) * pypy3 fix on macos using work from the pypy project https://bitbucket.org/pypy/pypy/commits/198dc138680f96c391802fa1e77b8b6d2e0134e6?at=py3.5 * change abort error msg and fix wrong type * oh windows * remove an unused variable * rename mutex1_t, use calloc, small style fixes * calloc correctly * (call)