Skip to content
Snippets Groups Projects

Python 3.12 fixes

Merged Raphaël Gomès requested to merge topic/stable/py3.12-fixes into branch/stable
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -84,6 +84,7 @@
$ hg -R httpclone update default --config lfs.url=http://localhost:$HGPORT2/missing
abort: LFS error: *onnection *refused* (glob) (?)
abort: LFS error: $ECONNREFUSED$ (?)
abort: LFS error: $EADDRNOTAVAIL$ (glob) (?)
abort: LFS error: No route to host (?)
(the "lfs.url" config may be used to override http://localhost:$HGPORT2/missing)
@@ -364,6 +365,7 @@
self.do_write()
self.do_hgweb()
for chunk in self.server.application(env, self._start_response):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (py312 !)
for r in self._runwsgi(req, res, repo):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (py311 !)
handled = wireprotoserver.handlewsgirequest( (py38 !)
Loading