[New-bugs-announce] [issue2997] PyNumberMethods has left-over fields in Py3

Stefan Behnel report at bugs.python.org
Thu May 29 09:55:58 CEST 2008


New submission from Stefan Behnel <scoder at users.sourceforge.net>:

Here is a patch that removes three unused fields from the
PyNumberMethods struct in Py3. Since two fields were already removed
(one even before the ones this patch removes), there is no way existing
Py2 C code that uses this struct can work in Py3 without changes, so it
doesn't add any problems.

----------
components: Interpreter Core
files: pynumbermethods-cleanup.patch
keywords: patch
messages: 67477
nosy: scoder
severity: normal
status: open
title: PyNumberMethods has left-over fields in Py3
versions: Python 3.0
Added file: http://bugs.python.org/file10461/pynumbermethods-cleanup.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2997>
_______________________________________


More information about the New-bugs-announce mailing list