Guido van Rossum wrote:
> Core dumps generated using ctypes are not covered by the warrantee. ;-)

True, although it's a little bizarre that the version with the temporary
variable works, but the one without it doesn't.

Then again, the temp variable does change the timing on the Python side
as well as the memory layout, both of which could be relevant to whether
the program dumps core or not.

Cheers,
Nick.

-- 
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to