8000 gh-82129: Improve annotations for make_dataclass() by JelleZijlstra · Pull Request #133406 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-82129: Improve annotations for make_dataclass() #133406

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 5, 2025
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into issue-82129-2
  • Loading branch information
JelleZijlstra authored May 4, 2025
commit 2c4d618a16513f39cf9334669417efb9318e271b
1 change: 1 addition & 0 deletions Lib/test/test_dataclasses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import weakref
import traceback
import sys
import textwrap
import unittest
from unittest.mock import Mock
from typing import ClassVar, Any, List, Union, Tuple, Dict, Generic, TypeVar, Optional, Protocol, DefaultDict
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0