mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Address feedback
This commit is contained in:
parent
ab07b14d11
commit
76846fedf4
7 changed files with 50 additions and 49 deletions
|
|
@ -76,6 +76,10 @@ def _m(self): pass
|
|||
# CapsuleType cannot be accessed from pure Python,
|
||||
# so there is no fallback definition.
|
||||
|
||||
exec("lazy import sys as _lazy_sys", _lz := {})
|
||||
LazyImportType = type(_lz['_lazy_sys'])
|
||||
del _lz
|
||||
|
||||
del sys, _f, _g, _C, _c, _ag, _cell_factory # Not for export
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue