Georges Racinet
Georges Racinet
Hi, the GIL would protect you from concurrency between Python calls, not from concurrency arising from inner Rust code. Since you're spawning tokio threads, it looks to me like an...
@serhiy-storchaka Thanks for the heads-up, I see you've been the reviewer for that. Some more resources: - https://bugs.python.org/issue18091 - https://bugs.python.org/issue39372 - https://github.com/python/cpython/pull/18037
As far as I can see, it's not really used by rust-cpython, it's simply declared, like all other symbols, in `python-*-sys`. Even if it's wrong from our users to use...
@xd009642 sorry for the late reply, but you mean implementing [Buffer Object Structures](https://docs.python.org/3/c-api/typeobj.html#buffer-structs) for Python Object defined with `py_class!`, right? I don't see anything supporting that in `rust-cpython`. By contrast,...
I'm not familiar with the Jupyter context, but the Mercurial side of it looks fine to me.
Installing a given version of buildout (perhaps a very old) for replayabiity has very corner cases, even with the restart ability that @reinout mentions. It's a chicken-and-egg problem, in which...
I'm affected by this, too. Preinstalling chef-config 17.10.19 (looks to be the highest before 17.10.26 on rubygems) worked for me to unblock the installation of ohai
Hi, sorry for the long silence. Yes a release is overdue, and since it's been so long since the last one and the current master has quite a few changes,...
Hi there, I'm back. About version policy, the main distribution point for the recipe is PyPI, so that people can just reference it as `recipe=anybox.buildbot.odoo:server` without any option à la...
Hi, all of this is interesting. I'm currently on the road, wanted precisely to work on thé recipe this week, I'll take a look. PS yes it has also always...