On Wed, 20 Aug 2008, Andrew Straw wrote:

> Hi,
>
> I tracked down an issue that was giving me segfaults with a poor 
> __getbuffer__ implementation and modified the compiler to catch this case.
>
> I couldn't figure out how to create an account on Trac,

Anonymous account creation is disable only because it's the most effective 
method (so far) of blocking spam. Feel free to email me oflist with an 
.htpasswd file (or desired username/password) and I'll create an account 
for you.

> so instead of 
> submitting a patch there, I'm just sending this email. Included is a testcase 
> added to tests/run/bufaccess.pyx. This is a patch against cython-devel and I 
> release this under the PSF license (like the rest of Cython).
>
> I had to use "hg diff -b" to create this patch while ignoring whitespace 
> because I have emacs configured to strip trailing whitespace, which caused 
> lots of false positives on the code. So, hopefully, this patch will still 
> apply cleanly.

Thanks. I see Dag has replied, I'm going to go read his comments.

> (The patch also includes a tiny fix to the ErrorBuffer implementation in 
> tests/run/bufaccess.pyx.)
>
> -Andrew
>
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to