da-woods

Results 841 comments of da-woods

> This use case will certainly be supported in the future but not right now, because it certainly need some level of cooperation with Cython. I'm not sure it does...

I'm a little sceptical of this type of badge - to me it seems more like an advert for a security consultancy than genuinely useful information for Cython's user. I'll...

I've gone for a slightly modified version of this. C11 adds a specific macro to check for complex.h (`__STDC_NO_COMPLEX__`) and makes it optional for a "freestanding" implementation (probably an embedded...

It'd be interesting to know if this happens on the Cython 3 alpha - there have been some fairly significant changes to pyximport there. If it is fixed there then...

I'm pretty sure the relevant change is @matusvalo's https://github.com/cython/cython/commit/4cae7d6c3aef4f83a083f0083d22cd42c373d1fa. That's in the Cython 3 alphas but not 0.29.x. I really don't think we want to backport it. It'd be disappointing...

Ah - slight reading comprehension failure on my part (sorry!) - there's two deprecation warnings: * The first is to do with `imp`, it comes from within Cython code, and...

Your other report of this https://github.com/dwavesystems/dwave-samplers/issues/32 To be honest I'm not convinced that this is a Cython issue (although I'm not sure it isn't). I'll leave this open because it...

Don't know. But it feels like something specific to where FreeBSD puts files when it builds things. I don't have FreeBSD though (and don't really know how to use it)...

I suspect you want to first do pip install cython with `--no-cython-compile` and then once that's done install your main target. I still don't know why the issue is happening

Ah thanks for the report. I think we do know about this one. We recently started adding support to try to use imports from `typing` intelligently, but forgot that people...