Victor Stinner
Victor Stinner
Merged, thank you.
Should we recommend installing libmpdec dependency in https://docs.python.org/dev/using/configure.html#build-requirements ?
> I think that for now we can document libmpdec dependency just like for SQLite/Tk/Tcl and not mention details (that we have a fallback). Ok, I created https://github.com/python/cpython/pull/136239 to document...
Hi. I don't know if wxPython is compatible with Free Threading. Does it work with Python 3.13? How do you reproduce the issue? What's your operating system (name and version)?
For now, the workaround is to no use Free Threaded Python.
@rruuaanng: Please follow what @erlend-aasland said: > The discussion on the issue did not conclude about which API to introduce; please discuss the API first, and then propose the change....
I close the issue for now, I suggest to discuss on the issue and/or on the https://discuss.python.org/t/regarding-whether-we-should-add-py-currentarch-or-py-archname-function/65191 discussion.
I tried to downgrade to buildbot 3.x. The database "migration" went badly :-( ``` Warning: Stopping this process might cause data loss Got fatal Exception on DB Traceback (most recent...
I replaced buildbot-wsgi-dashboards dependency with buildbot-react-wsgi-dashboards: it was worse, buildbot failed to even start: ``` (...) File "/srv/buildbot/venv/lib/python3.9/site-packages/buildbot/www/service.py", line 225, in reconfigServiceWithBuildbotConfig self.setupSite(new_config) File "/srv/buildbot/venv/lib/python3.9/site-packages/buildbot/www/service.py", line 325, in setupSite self.configPlugins(root,...
Currently, the dependencies are: ``` buildbot@buildbot:/srv/buildbot$ venv/bin/python -m pip list|grep buildbot buildbot 4.0.0 buildbot-console-view 4.0.0 buildbot-grid-view 4.0.0 buildbot-waterfall-view 4.0.0 buildbot-worker 4.0.0 buildbot-wsgi-dashboards 4.0.0 buildbot-www 4.0.0 ``` I also asked for...