[New-bugs-announce] [issue1185] py3k: Completely remove nb_coerce slot

Amaury Forgeot d'Arc report at bugs.python.org
Fri Sep 21 00:51:45 CEST 2007


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 <report at bugs.python.org>
<http://bugs.python.org/issue1185>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nocoerce.diff
Type: application/octet-stream
Size: 11152 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070920/7914859d/attachment.obj 


More information about the New-bugs-announce mailing list