Skip to content

Commit

Permalink
Link to PR and add change note.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 7, 2021
1 parent 7e25b8a commit 43da323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changes/1814.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Try to avoid linking to two different Python runtime DLLs on Windows.
1 change: 1 addition & 0 deletions src/gevent/libuv/_corecffi_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def _add_library(name):
# 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)
Expand Down

0 comments on commit 43da323

Please sign in to comment.