New submission from Amaury Forgeot d'Arc: Arguments coercion has been removed in py3k for a while, but there are still some traces of it. This patch removes the nb_coerce slot and the last usages of __coerce__. Documentation is also updated: Py_TPFLAGS_CHECKTYPES does not exists anymore.
Note: I ran the testsuite on Windows only. ---------- components: Interpreter Core files: nocoerce.diff messages: 56067 nosy: amaury.forgeotdarc severity: normal status: open title: py3k: Completely remove nb_coerce slot type: rfe versions: Python 3.0 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1185> __________________________________
nocoerce.diff
Description: Binary data
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com