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 dmalcolm
Recipients christian.heimes, dmalcolm, doko, lemburg, loewis, pitrou
Date 2010-07-20.17:48:01
SpamBayes Score 0.001995903
Marked as misclassified No
Message-id <1279648082.86.0.713234561837.issue4555@psf.upfronthosting.co.za>
In-reply-to
Content
py3k is much cleaner than python 2, due to the change in the module API.

Here's "make smelly"'s output on a recent py3k checkout:
nm -p libpython3.2.a | \
                sed -n "/ [TDB] /s/.* //p" | grep -v "^_*Py" | sort -u; \

_add_one_to_index_C
_add_one_to_index_F
asdl_int_seq_new
asdl_seq_new
History
Date User Action Args
2010-07-20 17:48:03dmalcolmsetrecipients: + dmalcolm, lemburg, loewis, doko, pitrou, christian.heimes
2010-07-20 17:48:02dmalcolmsetmessageid: <1279648082.86.0.713234561837.issue4555@psf.upfronthosting.co.za>
2010-07-20 17:48:01dmalcolmlinkissue4555 messages
2010-07-20 17:48:01dmalcolmcreate