mirror of
https://github.com/python/cpython.git
synced 2025-08-12 04:49:01 +00:00
Co-authored-by: cui fliter <imcusg@gmail.com>
(cherry picked from commit e7ba6e9dbe
)
This commit is contained in:
parent
55faaa5c36
commit
84b023d243
10 changed files with 11 additions and 11 deletions
|
@ -146,7 +146,7 @@ class _incompatible_extension_module_restrictions:
|
|||
|
||||
You can get the same effect as this function by implementing the
|
||||
basic interface of multi-phase init (PEP 489) and lying about
|
||||
support for mulitple interpreters (or per-interpreter GIL).
|
||||
support for multiple interpreters (or per-interpreter GIL).
|
||||
"""
|
||||
|
||||
def __init__(self, *, disable_check):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue