[New-bugs-announce] [issue7517] freeze.py not ported to python3

Patrick Stinson report at bugs.python.org
Tue Dec 15 19:56:19 CET 2009


New submission from Patrick Stinson <patrickkidd at gmail.com>:

Tools/Freeze/freeze.py is still producing C code that expects the old-
style module initialization functions, causing link errors.

The simple example in Tools/Freeze/hello.py easily demonstrates this 
behavior.

----------
components: Library (Lib)
messages: 96454
nosy: patrickkidd
severity: normal
status: open
title: freeze.py not ported to python3
type: compile error
versions: Python 3.1

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


More information about the New-bugs-announce mailing list