-
Committer:
Jelmer Vernooij
-
Date:
2009-05-27 14:39:03 UTC
-
mto:
(4398.5.1 bencode_serializer)
-
mto:
This revision was merged to the branch mainline in
revision
4410.
-
Revision ID:
jelmer@samba.org-20090527143903-sra474i25jj0vnfs
Avoid using malloc in the inner loop.
Use PyInt_FromString rather than PyLong_FromString so we end up with Int objects when possible.