Marc Mueller

Results 381 comments of Marc Mueller

Still an issue with `3.14.0a3` as well. **Edit**: And with `3.14.0a4` too.

A possible workaround could be to disable the `Py_TPFLAGS_INLINE_VALUES` here: https://github.com/python/mypy/blob/f44a60dd9d02ce496561c08ded134d5e2e3bc8ca/mypyc/lib-rt/misc_ops.c#L299-L304 ```diff #if PY_MINOR_VERSION == 11 // This is a hack. Python 3.11 doesn't include good public APIs to work...

From what I can tell the `testPickling` case also had issues when adding support for 3.12. - https://github.com/python/mypy/pull/15471 - https://github.com/python/mypy/pull/15574 /CC @JukkaL

This was fixed in https://github.com/python/cpython/pull/134859 which will be included in Python 3.14.0b3.

Just to clarify, would you like a new release now (before 3.13.0) or afterwards with compiled binaries for 3.13? For the later, we'd probably need to wait for cibuildwheel to...

Just did one more typeshed sync before the release branch is cut: - #17833

> This release will fix many false negatives in an internal codebase I'm using for testing. This is great, but it slows down the testing process, since I want to...

> I feel good about the odds that our 3.13 build stack is ready for us by the time we release 1.12. It was announced a few hours ago that...

> It looks like we can have 3.13 support in this release! A new version of cibuildwheel was just released, and it supports 3.13.0rc3: [pypa/cibuildwheel@f185952](https://github.com/pypa/cibuildwheel/commit/f1859528322d7b29d4493ee241a167807661dfb4) We started building wheels for...

The `python` limit can be overridden with `project.requires-python` in poetry v2. Already fixed in main, just needs a new release. - https://github.com/Jc2k/aiohomekit/pull/450