Joachim Jablon

Results 463 comments of Joachim Jablon

If it helps to understand the issue: it also occurs in conjunction with pydantic: ```python from __future__ import annotations import pydantic import tomlkit print(tomlkit.__version__) a = tomlkit.parse(""" a.b.c = "d"...

I thought it was a perfect opportunity to do a bit of git bisect, but it came back with [this commit](https://github.com/python-poetry/tomlkit/pull/151/commits/be2050ef3202d20f80b1c555d6c7205058024f38) of -1700+1700 lines, so not very helpful, I guess......

Ok, it was a nice rabbit hole, but (and I say it with immense respect for maintainers) every ten minutes I spend trying to understand the hierarchy of object inheriting...