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

Skip to content

Commit 5afd0b9

Browse files
Rewrite attributes on KnownValues (#482)
1 parent ed79b67 commit 5afd0b9

15 files changed

Lines changed: 158 additions & 732 deletions

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Clean up treatment of attributes to be more consistent and reliable. The `TreatClassAttributesAsAny` configuration is no longer supported.
56
- Fix bug where the constructors of two classes with the same name were mixed up.
67
- Respect class-level runtime constructor signatures for some metaclass-driven and extension-backed classes, so keyword-only constructors like `repoguess.Params(...)` no longer fall back to a bogus `object.__init__` call shape.
78
- Make the command-line runner inject `typing.reveal_type` into `builtins` before importing user modules, with a compatible fallback on older Python versions, so top-level runtime use of `reveal_type()` no longer fails during CLI analysis.

0 commit comments

Comments
 (0)