So will the debugger speedup compiled using python 2 do anything if you never debug python 2?
Because if not, you could just make it optional and only compile the python 2 stuff if python 2 is installed while the package is built.
Git Clone URL: | https://aur.archlinux.org/pycharm-professional.git (read-only, click to copy) |
---|---|
Package Base: | pycharm-professional |
Description: | Python IDE for Professional Developers. Professional Edition |
Upstream URL: | https://www.jetbrains.com/pycharm/ |
Keywords: | development editor ide jetbrains python |
Licenses: | custom |
Submitter: | hippojazz |
Maintainer: | Xavier (37h4n) |
Last Packager: | Xavier |
Votes: | 289 |
Popularity: | 1.07 |
First Submitted: | 2013-09-25 03:56 (UTC) |
Last Updated: | 2024-11-14 03:02 (UTC) |
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 44 Next › Last »
So will the debugger speedup compiled using python 2 do anything if you never debug python 2?
Because if not, you could just make it optional and only compile the python 2 stuff if python 2 is installed while the package is built.
Building with clang9 fails with the following error: clang-9: error: unknown argument: '-fno-semantic-interposition'
The newer clang should ignore automatically this build flag https://reviews.llvm.org/D65616
The build is working again for me.
Hi Flying-sheep, yes but that was temporal, I enable again the speedup debugging
Can you please make the makedeps optional?
Hi, I think the problem is present in the Pycharm because in cython it seems to be fixed https://github.com/cython/cython/issues/2938 anyway I disable temporally the speedup debugging while it is fixed.
The same problem,
_pydevd_bundle/pydevd_cython.c:331:11: error: too many arguments to function 'PyCode_New'
The offending request is gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c _pydevd_bundle/pydevd_cython.c -o build/_pydevd_bundle/pydevd_cython.o
@orbital_sfear I'm getting the same.
Is anyone else getting this error after python 3.8 dropped? _pydevd_bundle/pydevd_cython.c:331:11: error: too many arguments to function ‘PyCode_New’
I tried reinstalling cython, it didn't seem to help.
Pinned Comments