summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-06-02-14-23-41.gh-issue-104310.UamCOB.rst
blob: 461a3a25fe1b43bf77430d0cd559aaec9bb29693 (plain)
1
2
3
4
5
6
7
In the beta 1 release we added a utility function for extension module
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" argument has change from ``True`` to ``False``, to better
match the new function name.