[issue4555] Smelly exports

Dave Malcolm report at bugs.python.org
Tue Jul 20 19:48:02 CEST 2010


Dave Malcolm <dmalcolm at redhat.com> added the comment:

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

----------

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


More information about the Python-bugs-list mailing list