◐ Shell
clean mode source ↗

Issue 4504: Doc/includes out of date

Issue4504

Created on 2008-12-03 15:12 by exe, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76828 - (view) Author: Kandalintsev Alexandre (exe) Date: 2008-12-03 15:12
Hello!

Doc/includes/noddy.c and all other uses Py_InitModule3 which is removed 
from py3k.

noddy2.c doesn't compile("noddy2.c:16: error: ‘Noddy’ has no member 
named ‘ob_type’").
msg77027 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-05 15:12
Thanks, fixed in r67578.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48754
2008-12-05 15:12:42georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg77027
2008-12-03 15:12:24execreate