gcc-python-plugin
                                
                                 gcc-python-plugin copied to clipboard
                                
                                    gcc-python-plugin copied to clipboard
                            
                            
                            
                        GCC plugin that embeds CPython inside the compiler
This pull request covers various build system improvements and one minor bug fix in the generated C code. Build system: - Mark some fake targets as PHONY to improve make...
segfault
full stack trace here: http://paste.pound-python.org/show/2m3CI1LolgD4GGPOWhvU/ It seems like there might be a refcount issue.
Hi, Are you folks intending to port this package to RISC-V ISA. Can we help in porting this to RISC-V architecture?
Hi, I'm trying to use the plugin on Windows. I installed the **make** using [Chocolatey](https://chocolatey.org/install#individual), but I'm getting the following error when trying to run the **make plugin** command: File...
I tried building this on (Bookworm/Debian 12) which comes with gcc 12.2.0 ``` cc -O2 -Werror -g -fPIC -fno-strict-aliasing -Wall -I/usr/lib/gcc/aarch64-linux-gnu/12/plugin/include -I/usr/lib/gcc/aarch64-linux-gnu/12/plugin/include/c-family -I. -c -x c++ -fno-rtti -o gcc-declaration.o -I./...