Address feedback

This commit is contained in:
Pablo Galindo Salgado 2025-12-06 17:51:38 +00:00
parent ab07b14d11
commit 76846fedf4
7 changed files with 50 additions and 49 deletions

View file

@ -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