Commit 43da323e authored by Jason Madden's avatar Jason Madden

Link to PR and add change note.

parent 7e25b8a8
Try to avoid linking to two different Python runtime DLLs on Windows.
......@@ -282,6 +282,7 @@ elif WIN:
# cause the Windows DLL loader to search the entire PATH for a DLL with
# that name. This might end up bringing a second, ABI-incompatible Python
# version into the process, which can easily lead to crashes.
# See https://github.com/gevent/gevent/pull/1814/files
_define_macro('_CFFI_NO_LIMITED_API', 1)
_define_macro('_GNU_SOURCE', 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment