]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
authorSrinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>
Fri, 25 Apr 2025 12:01:48 +0000 (17:31 +0530)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 12:01:48 +0000 (15:01 +0300)
commit8783cec9b67b3860bda9496611044b6f310c6761
tree76ac81113b2801cc0c915e76a7ab1b5b4602777b
parentb402a4889b690876c488a1d1ccc6d33add3f69c6
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/deprecations/pending-removal-in-future.rst
Doc/whatsnew/3.14.rst
Lib/test/test_cmd_line.py
Lib/test/test_sys.py
Lib/test/test_type_cache.py
Misc/NEWS.d/next/Library/2025-01-21-11-48-19.gh-issue-129027.w0vxzZ.rst [new file with mode: 0644]
Python/sysmodule.c