While using Zope 2.7 with Python 2.4 we discovered some strange behaviour of the security machinery.
I could track this down to some Zope code in cAccessControl.c where an Unauthorized exception is
raised because of a call to PyInt_FromLong(1) which returns NULL. What could be the reason that
such a "stupid" call return NULL in a reproducable way?


-aj
_______________________________________________
Python-Dev mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to