Issue 13367: PyCapsule_New's argument must not a NULL. (original) (raw)

Issue13367

Created on 2011-11-08 02:54 by methane, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg147269 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2011-11-08 02:54
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.
msg147273 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2011-11-08 04:29
In this context, "may" means "allowed to". In other words, it is equivalent to "The pointer argument is not allowed to be NULL".
History
Date User Action Args
2022-04-11 14:57:23 admin set github: 57576
2011-11-08 04:29:15 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: works for me
2011-11-08 04:00:36 jcea set nosy: + jcea
2011-11-08 03:03:50 ezio.melotti set nosy: + larry
2011-11-08 02:54:58 methane create