Fix ConversionPoint.__repr__ on objects that does not have __qualname__

This commit is contained in:
2025-08-04 22:43:40 +03:00
parent 849d6094a9
commit 42b0badc65
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "breakshaft"
version = "0.1.3.post1"
version = "0.1.3.post2"
description = "Library for in-time codegen for type conversion"
authors = [
{ name = "nikto_b", email = "niktob560@yandex.ru" }