Skip to content

issues Search Results · repo:whtsky/bencoder.pyx language:Python

Filter by

10 results
 (70 ms)

10 results

inwhtsky/bencoder.pyx (press backspace or delete to remove)

Cython 3.1.0 was released on the 2025-05-08, and seems to break pulls of bencoder.pyx: × Failed to build `bencoder-pyx==3.0.1` ├─▶ The build backend returned an error ╰─▶ Call to `setuptools.build_meta.build_wheel` ...
  • redusys
  • Opened 
    on May 9
  • #143

https://docs.python.org/3.11/whatsnew/3.11.html documents that longintrepr.h can no longer be included, but just patching this out is insufficient to fix compilation failures. bencoder.pyx fails to build ...
  • roshii
  • 5
  • Opened 
    on Oct 28, 2022
  • #110

Source distribution for 2.0.1 is missing from PyPI. There are only wheels published. Previous versions had both wheels and source distributions. This means that if you try to install package on platform ...
  • filips123
  • 1
  • Opened 
    on Dec 26, 2019
  • #82

Not 100% sure, but on first glance it looks like you didn t build for Python 3.7. I m running macOS 10.13.2: (tester--unpHGAN) ➜ tester pip install bencoder.pyx==1.2.1 Collecting bencoder.pyx==1.2.1 ...
  • dvf
  • 1
  • Opened 
    on Aug 1, 2018
  • #32

I am uncertain if this is a bug or not, but I noticed that when decoding bencoded data, any decoded strings are left as byte strings even though they re not really binary data, but actual human-readable ...
  • jackm
  • 3
  • Opened 
    on Mar 23, 2018
  • #8

Hi, I ve discovered that my pure Python implementation of bencode encode is faster than your Cython one. Depending on what is being encoded it can range from a few percent faster to several orders of ...
  • willmcgugan
  • 1
  • Opened 
    on Feb 9, 2018
  • #7

Doing some hacking on @boramalper s magnetico. It relies on data present at the end of a bencoded bytestring. In order to use bencoder.pyx I had to patch out https://github.com/whtsky/bencoder.pyx/blob/master/bencoder.pyx#L96 ...
  • itdaniher
  • 1
  • Opened 
    on Apr 5, 2017
  • #5

This is due to a stray line in the PyPI package in the bencoder.pyx.egg-info/SOURCES.TXT: /Users/whtsky/Documents/codes/bencoder.pyx/bencoder.c Removing this allows the build to complete successfully. ...
  • kz26
  • Opened 
    on Aug 22, 2016
  • #3

Hi, I have a torrent file decoded, and now I need to bencode it again after having modified a few things. However, I get an error: Traceback (most recent call last): File test.py , line 61, in module ...
  • vinz243
  • 2
  • Opened 
    on Jul 30, 2016
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub