New submission from Alexandre Vassalotti <alexan...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6151> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com