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 mark.dickinson
Recipients mark.dickinson, meador.inge
Date 2010-05-21.14:57:46
SpamBayes Score 0.00058772287
Marked as misclassified No
Message-id <1274453868.33.0.0438142187368.issue8748@psf.upfronthosting.co.za>
In-reply-to
Content
py3k patch applied in r81397, with some tweaks:
 - fix reference leak (j wasn't being Py_DECREF'd in the long branch)
 - remove trailing whitespace
 - put 'else' and 'else if' on a new line following a closing brace
 - remove unnecessary NULL initializations
 - minor simplifications to long branch

Thanks!
History
Date User Action Args
2010-05-21 14:57:50mark.dickinsonsetrecipients: + mark.dickinson, meador.inge
2010-05-21 14:57:48mark.dickinsonsetmessageid: <1274453868.33.0.0438142187368.issue8748@psf.upfronthosting.co.za>
2010-05-21 14:57:46mark.dickinsonlinkissue8748 messages
2010-05-21 14:57:46mark.dickinsoncreate