Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Deprecate for recommended five years
Co-authored-by: Petr Viktorin <[email protected]>
  • Loading branch information
hugovk and encukou authored Sep 17, 2025
commit 7b13a13a1be2124adaa4245ac8a5c7e71365405d
2 changes: 1 addition & 1 deletion Lib/ctypes/macholib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def __getattr__(name):
if name == "__version__":
from warnings import _deprecated

_deprecated("__version__", remove=(3, 17))
_deprecated("__version__", remove=(3, 20))
return "1.0" # Do not change
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
Loading