Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2023-06-02-14-23-41.gh-issue-104310.U…
…amCOB.rst

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
  • Loading branch information
ericsnowcurrently and Eclips4 authored Jun 2, 2023
commit 01fdb4da32647da0b4e8df63409e481570c6799e
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ authors, to use when testing their module for support in multiple
interpreters or under a per-interpreter GIL. The name of that function has
changed from ``allowing_all_extensions`` to
``_incompatible_extension_module_restrictions``. The default for the
"disable_check" argment has change from ``True`` to ``False``, to better
"disable_check" argument has change from ``True`` to ``False``, to better
match the new function name.