Jeff Allen
Jeff Allen
Happy to take a look You just missed v2.7.2, sorry. I raised https://bugs.jython.org/issue2882 . Almost certainly, the right answer is to use `COMSPEC` as @0x6d696368 suggests. The standard library subprocess.py...
I published the rc1 today (just waiting for Sonatype to index it properly to announce). So 2 weeks, all being well. I could squeeze that a little if you're committed...
The most recent changes to the buffer interface improved support for direct buffers and deprecated the type that attempts to simulate a C pointer for this specific use. The aim...
Ok, we're aligned I think on getting and releasing a PyBuffer, and JyNI's responsibility to pin and un-pin the JVM array. If a C extension returns its own type that...
I'm happy to look at this before the next release (no date). You're the security experts. :) Do you think this is a good guide to what we should aim...
I've investigated this but I don't think Jython can make applications automatically safe. The problems are with behaviour in the JVM and Windows as called from jnr-posix and JFFI. Your...
I worked on this where you reported it as https://github.com/jython/jython/issues/70 but conclude it is not really a bug, or amenable to solution in Jython 2. The detailed last post may...
I've been bitten by this too. My work-around is to generate documentation manually outside Gradle. I set `plantuml` in my own `conf.py` to use a JAR on my local machine....
> I'd installed torchaudio==2.6.0 from conda-forge on my ubuntu machine and find the same problem. Is there any solution for linux? i found there is no libtorio_ffmpeg*.so in my `lib/python3.12/site-packages/torio/lib/`...
> I am curious if just importing that method to call it is intializing the torchaudio module prematurely, as that what seems to be happening. Regardless, this is the first...