Karl Nelson
Karl Nelson
Good if you are bridging two GC and can form reference loops, then all we have to establish is how does the linkage from Javascript to Python and Python to...
So when the cooperate side of the bridge gets a call to gc it takes all the incoming leases (references from Javascript to Python) and looks for any `JsProxy` handles...
Sure I will place it in Java terms, but it translates to Javascript with some effort. Please note I will be writing for clarity not efficiency. In a real world...
If you can't make JS->Python directly, you can use a hack. JS -> Python side proxy -w-> Python. Thus I believe you can support everything that would be required to...
Absolutely. I have juggling about 10 things myself while trying to make a hard push to solve a lot of long standing issues in frantic fashion while managing deliveries for...
So to summarize. 1) Both sides use weak links to connect to each other. 2) We add native code on each side of the bridge called a ReferenceManager which is...
Fixes #1301
Well that took a while. I needed to some major surgery on the release scripts as we were way over time on azure cloud due to more Python versions manylinux...
I am not sure how to process this bug report. The crash has a patch, but clearly some additional modification us required in PyJPModule_loadResources. Something failed likely due to diferences...
I thought this was dealt with. I will take another look.