Phil Elson
                                            Phil Elson
                                        
                                    Indeed, I took some unilateral action and registered the name (adding you both as owners) with the following ``setup.py``: ``` import sys # XXX This if statement lets you actually...
This topic came up today for me, and I'm curious if you've made any further progress on it @Thrameos? It would indeed be very interesting to start a CPython interpreter...
You might be interested in a package I maintain (inherited) which speaks to a bespoke Java build system (built on top of Gradle): https://gitlab.cern.ch/scripting-tools/cmmnbuild-dep-manager. Of course, the implementation there isn't...
> I see... However, that code is quite complex and goes far beyond my usualy multiprocessing.Pool usage. That is a completely reasonably comment, but I encourage you to provide the...
FWIW, you can start the JVM in the parent process *after* the process pool has been created (that is the detail of the ``fork`` that @Thrameos was referring to). @Thrameos...
> Please, before making such a statement, dive a bit deeper into the matter so you actually understand the impact of this limitation. Please see the comment above yours, in...
Indeed, I came to the same consideration on my commute, and it does work to spawn instead of fork. In this case, there is no restriction on whether you have...
Looks like I have introduced a bug on Windows: ``` test\jpypetest\test_buffer.py:273: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _...
I'm basically blocked by the CI failing. I tried to fix it in #1040 but have unleashed a set of previously untested cases where the tests were already failing (precision...
The docs state: > The ‘Standard size’ column refers to the size of the packed value in bytes when using standard size; that is, when the format string starts with...