Closed osvenskan closed 6 years ago
Reported by Tomas Z - When debugging is enabled by means of the POSIX_IPC_DEBUG conditional, the module cannot be compiled under Python 3.x since PyString_Check doesn't seem to exist.
POSIX_IPC_DEBUG
PyString_Check
Fixed in 0967c20a86f4b95cfd3aef1c0686245b1e109fbd in develop
Added to v1.0.4.
Reported by Tomas Z - When debugging is enabled by means of the
POSIX_IPC_DEBUG
conditional, the module cannot be compiled under Python 3.x sincePyString_Check
doesn't seem to exist.