Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-129027: Raise DeprecationWarning for sys._clear_type_cache#129043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hugovk merged 13 commits intopython:mainfromsrinivasreddy:gh-129027
Apr 25, 2025
Merged
Changes from1 commit
Commits
Show all changes
13 commits
Select commitHold shift + click to select a range
bac8a24
gh-129027: Raise DeprecationWarning for sys._clear_type_cache
srinivasreddyFeb 7, 2025
3d2bca7
Update Doc/whatsnew/3.14.rst
srinivasreddyFeb 7, 2025
4b45930
Update Doc/deprecations/pending-removal-in-future.rst
srinivasreddyFeb 7, 2025
8366a2d
Update Misc/NEWS.d/next/Library/2025-01-21-11-48-19.gh-issue-129027.w…
srinivasreddyFeb 7, 2025
0310eb2
Update Python/sysmodule.c
srinivasreddyFeb 7, 2025
c98e6dc
Update Lib/test/test_type_cache.py
srinivasreddyFeb 7, 2025
da4c9c1
Update Lib/test/test_sys.py
srinivasreddyFeb 7, 2025
bc1844e
Fix merge conflicts
srinivasreddyFeb 7, 2025
bb4d5e4
Remove the introduced spaces
srinivasreddyFeb 7, 2025
160f0f7
Address review comments
srinivasreddyFeb 7, 2025
aa1cc67
Merge branch 'main' into gh-129027
srinivasreddyFeb 17, 2025
a19ea6b
Update pending-removal-in-future.rst
srinivasreddyFeb 17, 2025
edb99cf
Merge branch 'main' into gh-129027
hugovkApr 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Update Lib/test/test_type_cache.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
@srinivasreddy@picnixz
srinivasreddy andpicnixz authoredFeb 7, 2025
commitc98e6dc6c7152672933c7f4bd1136df9a857e90b
1 change: 1 addition & 0 deletionsLib/test/test_type_cache.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,6 +24,7 @@
@support.cpython_only
@unittest.skipIf(_clear_type_cache is None, "requires sys._clear_type_cache")
class TypeCacheTests(unittest.TestCase):

@ignore_deprecation
def test_tp_version_tag_unique(self):
"""tp_version_tag should be unique assuming no overflow, even after
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp