This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2007-09-20.22:51:45
SpamBayes Score 0.11413488
Marked as misclassified No
Message-id <1190328705.55.0.555438383037.issue1185@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
nocoerce.diff amaury.forgeotdarc, 2007-09-20.22:51:45
History
Date User Action Args
2007-09-20 22:51:46amaury.forgeotdarcsetspambayes_score: 0.114135 -> 0.11413488
recipients: + amaury.forgeotdarc
2007-09-20 22:51:45amaury.forgeotdarcsetspambayes_score: 0.114135 -> 0.114135
messageid: <1190328705.55.0.555438383037.issue1185@psf.upfronthosting.co.za>
2007-09-20 22:51:45amaury.forgeotdarclinkissue1185 messages
2007-09-20 22:51:45amaury.forgeotdarccreate