Re1n_
Re1n_
@scoder Hello, I noticed that you've added "good first issue" label for this issue. Is this work hard for me? I only modified documentation before. If it is appropriate ,I‘m...
> This generates invalid C code: > > $ cython --embed --embed-modules=pkg.module main.pyx > ### Describe the solution you'd like. > We should see if we can't support this. Unicode...
@matusvalo I have continued the work to add pure python syntax in embedding.rst, please have a look if you have time, thank you so much!
> I will have a look but currently I am don't have much time for that, so please be patient. In the meanwhile it seems that CI/CD is failing due...
> Thank you for your contribution! I had a quick look. It contains generated .cpp file (docs/examples/userguide/wrapping_CPlusPlus/rect_with_attributes.cpp). The file was commited by mistake I suppose. @matusvalo Hello, I'm also a...
@scoder Thanks for your suggestions. I have found it could work through just little changes.I will try to work on supporting Unicode soon.
> > I have found it could work through just little changes. > > Cool. Now we need to make sure that it a) really works and b) keeps working,...
I think the work towards supporting Unicode should wait until this PR is merged.
> #7371 is merged, so this can be tested. That's a good news to me! I will start to work on it soon.
@scoder Hi, I've implemented and added the regression test for package structure support (mypkg/submod.pyx) into `embed_modules.srctree`. However, I'm facing persistent issues running specific tests locally. Even after upgrading my development...