[issue13367] PyCapsule_New's argument *must* not a NULL.

2011-11-07 Thread Benjamin Peterson
Benjamin Peterson added the comment: In this context, "may" means "allowed to". In other words, it is equivalent to "The pointer argument is not allowed to be NULL". -- nosy: +benjamin.peterson resolution: -> works for me status: open -> closed ___

[issue13367] PyCapsule_New's argument *must* not a NULL.

2011-11-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue13367] PyCapsule_New's argument *must* not a NULL.

2011-11-07 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +larry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue13367] PyCapsule_New's argument *must* not a NULL.

2011-11-07 Thread INADA Naoki
New submission from INADA Naoki : http://docs.python.org/c-api/capsule.html?highlight=capsule#PyCapsule_New > The pointer argument may not be NULL. I think "must not" is correct. -- assignee: docs@python components: Documentation messages: 147269 nosy: docs@python, naoki priority: norm