[New-bugs-announce] [issue6151] Make PyDescr_COMMON conform to standard C

Alexandre Vassalotti report at bugs.python.org
Sun May 31 01:25:45 CEST 2009


New submission from Alexandre Vassalotti <alexandre at peadrop.com>:

PyDescrObject make use of the some undefined behavior noted in PEP 3123
for PyObject in Python 2.x. Although fixing this requires breaking
backward-compatibility, this shouldn't be much a problem since
PyDescrObject is only used directly by Python itself.

----------
components: Interpreter Core
files: strict-aliasing-pydescr.diff
keywords: needs review, patch, patch
messages: 88588
nosy: alexandre.vassalotti, loewis
priority: normal
severity: normal
stage: patch review
status: open
title: Make PyDescr_COMMON conform to standard C
type: feature request
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file14123/strict-aliasing-pydescr.diff

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


More information about the New-bugs-announce mailing list