Paul Menzel added the comment:
I created https://bugs.python.org/issue44909.
--
nosy: +pmenzel
___
Python tracker
<https://bugs.python.org/issue25946>
___
___
New submission from Paul Menzel :
[copied from closed (out of date) issue https://bugs.python.org/issue25946]
Reproduced with Python 3.9.6.
./configure` both prints `checking for g++... no` and
WARNING:
By default, distutils will build C++ extension modules with &q
Paul Menzel added the comment:
Wow, great job in figuring this out. Passing the context, it works here too.
I just wanted to add, that I looked at this with Wireshark, and to not
complicate things, first tried plain HTTP.
```
$ curl http://jitsi.molgen.mpg.de
301 Moved Permanently
301
New submission from Paul Menzel :
Having the TURN server Coturn [1] set up in a Jitsi Meet installation, Python’s
urllib requests fail, while it works with cURL and browsers.
```
$ curl -I https://jitsi.molgen.mpg.de
HTTP/2 200
server: nginx/1.14.2
date: Sat, 13 Jun 2020 11:09:19 GMT
content
New submission from Paul Menzel :
Compiling Python in parallel sometimes fails as reported in [1] and [2].
./libpython2.6.so: undefined reference to `_PyParser_Grammar´
Fedora applies a patch by dmalcolm which fixes
this issue [3].
diff -up Python-2.7/Makefile.pre.in.fix-parallel