Results 469 comments of Malcolm Smith

Thanks, this is a good summary. > Using memory addresses and class comparison is a decent workaround, but there may be some nasty race conditions when a memory address is...

> There's an edge case where a new ObjC instance of the same type is created and wrapped by Python before garbage collection has concluded on the original wrapper -...

As requested, I've clarified the availability of buildbots and GitHub Actions resources for testing Python on Android: * https://github.com/python/peps/pull/3700

Related: https://github.com/pypa/setuptools/issues/1871

I encountered this error when attempting to use patchelf 0.18 on a library which had already been patched by patchelf 0.10. I fixed it by using version 0.18 for both...

`forkserver` mode doesn't work either, because that calls `sys.executable` to start the server, plus what the `multiprocessing` documentation calls a "resource tracker process". For example, if you replace the `__main__`...

See discussion https://github.com/beeware/rubicon-java/discussions/75.

I'm seeing the same thing on the default Briefcase emulator. But if I use Android Studio to create an "Android 14.0 (Google APIs)" image, which includes Google Maps, I find...

Having a single source for the identical portions would save work in the future, and prevent them from inevitably drifting apart again.