Jan-Eric Nitschke

Results 82 comments of Jan-Eric Nitschke

I am trying to have a look at the errors that come up with @donBarbos currenty test runs over the CPython test (in 3.14 for now) but running into the...

Nice, ok. Actually currently going through these to try to address them. Probably create individual PRs for the first two issues tomorrow.

Is that something fro here, the CPython repo or discuss?

From what i understand the TypeError in CPython for this behaviour is pretty unique, as i dont think any other such attribute is runtime enforced. `typing.Final` and `typing.ReadOnly` even specify...

I tried to see what tests exactly are failing when we run the CPython tests: Some i think are actual potential issues and i have created PRs for most of...

Yeah, replacing every `Unknown` that pyright reports with `Any` would fix most issues with strict mode. I am currently just doing that bit by bit as i am encountering them...

Ill try to have a look if i have time

Simplest case would probably to make a separate CI job that deletes the normal pyproject.toml and either generates a second right there or renames/moves another on in the repo before...

I have created a CI configuration here: https://github.com/pandas-dev/pandas-stubs/pull/954

With the test failure in 3.13 there is actually a decision that would have to be made that i only noticed now. Because 3.14 added `os.PathLike` to the allowlist. The...