13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
17
"""Pyrex implementation for bencode coder/decoder"""
24
21
from cpython.bytes cimport (
26
23
PyBytes_FromStringAndSize,
33
30
from cpython.int cimport (
37
37
from cpython.list cimport (
44
47
from cpython.mem cimport (
53
53
from libc.stdlib cimport (