scoder
scoder
I created a stub page in https://github.com/cython/cython/blob/master/docs/src/tutorial/embedding.rst – improvements welcome!
Sure, investigation and PRs welcome.
Please don't use the bug tracker for general discussions. We have the cython-users mailing list for this.
I tried copying 1, 2 and 4 bytes from a real byte code string. All of them fail with a marshalling error. I've enabled the "allow_failures" CI option for the...
I think we can generally go back to empty bytes strings for both if sys.monitoring is disabled. There isn't much use in providing a line table outside of that.
>Automatic conversions are controlled by the directives I actually meant singular (conversion). Which do you think is better?
The crashes in Py3.13 are due to the release of Py3.13b3 and also appear in the master branch.
> worth checking if they're still a worthwhile optimization in that case Yeah, that's not certain. If they end up in memory buckets of other threads, then we'd potentially lose...
IMHO, external type information is a lot worse than inline type information. It gets outdated and plain wrong much more quickly and is a constant annoyance in PRs because it...
> E.g. this function: > > https://github.com/cython/cython/blob/a7a3cc6aa10669da33d2eee9f377947818bd77f3/Cython/Compiler/ModuleNode.py#L1100 > > out of blue what are the parameters? `is_implementing` is bool because it starts with `is_`, `code` is object with `putln()` method...