Mark Hammond

Results 678 comments of Mark Hammond

I think this is mostly working now in #2390 - no kotlin yet, but the key parts are now all in place for that to work once someone works out...

The usual way to do this is to have both your crates in the same library - we don't support any multi-lib scenarios.

> Cove is my main library and I was hoping to split off other functionality into other crates, that Cove could then depend one. That's possible, but it happens at...

Probably #2265 - we don't yet support errors defined in another crate.

> By itself, this PR is still doing something worthwhile. I'm interested to know what that is in concrete terms. Do you mean that currently, someone trying to use `python3.5...

> For example, pywin32 version 306 added wheel files for Python 3.12. If a user is using pywin32 version 303 on Python 3.12, pip will try to install it (due...

This is likely to be tricky for a few reasons - one is capturing the metadata, but the other is mapping the semantics to all supported bindings once we end...

There are a number of problems here: * `data: ByteArray` - the first element is a type, the second the name, but there is no type `data` - you probably...

Let us know if you need more help.

I'm not aware of anyone looking at this. It's worth noting that there are quite a few places where the GIL is used to prevent concurrent access, so identifying these...