Solomon1732
Solomon1732
https://docs.python.org/3/library/development.html The doctest, unittest, and unittest.mock submodule sections might be of interest. Also using unittest would help reducing dependencies-something which may or may not matter to you @sananth12 I don't...
Is this issue still being worked on?
Oh, ok, cool. I got to this issue from the [specs/encryption](https://github.com/kontalk/specs/blob/master/encryption.md) file, which mentions this issue and links to it. Might want to update it to avoid further confusion.
What is preventing from doing the switch? Asking because if what is left isn't too big of a task then I might be interested in tackling it.
For some reason mine doesn't seed as well. I'm using a fresh install of 7.12.1 on Windows 10. Edit: I've been running it for days.  The only setting I...
There's also this blog post on the subject. https://blog.virustotal.com/2023/02/upgrading-from-api-v2-to-v3-what-you.html Edit: Recently, the VirusTotal plugin broke. It stalls and then failes. I suspect it's because of the API change. I didn't...
I'll add that Python 3.10 added match statements: [What's new in python 3.10](https://docs.python.org/3/whatsnew/3.10.html), [specification](https://peps.python.org/pep-0634/), [motivations and rationale](https://peps.python.org/pep-0635/), [tutorial](https://peps.python.org/pep-0636/). It can negate the need for many `if-elif` chains when writing code.
There looks to be a difference between [this](https://github.com/arvidn/libtorrent/blob/2b6360320b1b1bf3a28b72c9866071b2b155ac21/pyproject.toml#L5) somewhat older libtorrent version and [this](https://github.com/arvidn/libtorrent/blob/RC_2_0/pyproject.toml) 2.0 branch. Namely, python 3.11 isn't skipped anymore. That said, I don't know if said branch...
Done. Hopefully I'll be answered Soon:tm:: https://github.com/arvidn/libtorrent/issues/7265#issuecomment-1627030797
Yes, it's stable: > Anything with a release version is stable https://github.com/arvidn/libtorrent/issues/7265#issuecomment-1634090403 I hope it'll help the migration efforts?