This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alfps
Recipients alfps, brian.curtin
Date 2010-01-12.22:31:16
SpamBayes Score 6.851735e-06
Marked as misclassified No
Message-id <1263335477.53.0.0359822472741.issue7681@psf.upfronthosting.co.za>
In-reply-to
Content
No, sorry, the bugs in [wave.py] have nothing to do with a name IN A COMMENT in the trivial code to exercise the bugs.

To reproduce the crash, just run the supplied code with Python 3.1.1 in Windows XP.

The cause of the crash is, as I pointed out, use of Python 2.x "/" division instead of Python 3.x "//" division. The author of [wave.py] had fixed that in some places. But he/she forgot two places.


Cheers & hth.,

- Alf
History
Date User Action Args
2010-01-12 22:31:17alfpssetrecipients: + alfps, brian.curtin
2010-01-12 22:31:17alfpssetmessageid: <1263335477.53.0.0359822472741.issue7681@psf.upfronthosting.co.za>
2010-01-12 22:31:16alfpslinkissue7681 messages
2010-01-12 22:31:16alfpscreate