xdelta3-python icon indicating copy to clipboard operation
xdelta3-python copied to clipboard

change byte lengths to use Py_ssize_t

Open jacobfeder opened this issue 4 years ago • 6 comments

This will solve some deprecation warning messages in more recent python versions.

jacobfeder avatar Jul 28 '21 15:07 jacobfeder

LGTM, could you also update the readme.

github actions will also need to be added and travis removed before I can release a new version. Might not be until september.

samuelcolvin avatar Jul 28 '21 16:07 samuelcolvin

Ok no problem. Thanks!

jacobfeder avatar Jul 28 '21 16:07 jacobfeder

@samuelcolvin this deprecation warning is now an error in python 3.10 and prevents usage of the library - please let me know if there's anything I can do to to help get this change made. I'd be happy to take over maintenance if you'd like.

Thanks

jacobfeder avatar Dec 26 '21 20:12 jacobfeder

I'll try to fix it next week.

On Sun, 26 Dec 2021, 20:40 Jacob Feder, @.***> wrote:

@samuelcolvin https://github.com/samuelcolvin this deprecation warning is now an error in python 3.10 and prevents usage of the library - please let me know if there's anything I can do to to help get this change made. I'd be happy to take over maintenance if you'd like.

Thanks

— Reply to this email directly, view it on GitHub https://github.com/samuelcolvin/xdelta3-python/pull/11#issuecomment-1001239546, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA62GGNOPCQOP7BQ4IGFICLUS54VHANCNFSM5BEVB2TQ . You are receiving this because you were mentioned.Message ID: @.***>

samuelcolvin avatar Dec 26 '21 20:12 samuelcolvin

I'll try to fix it next week.

Thanks. Waiting for you.

vadimszzz avatar Dec 27 '21 09:12 vadimszzz

I'll try to fix it next week. On Sun, 26 Dec 2021, 20:40 Jacob Feder, @.> wrote: @samuelcolvin https://github.com/samuelcolvin this deprecation warning is now an error in python 3.10 and prevents usage of the library - please let me know if there's anything I can do to to help get this change made. I'd be happy to take over maintenance if you'd like. Thanks — Reply to this email directly, view it on GitHub <#11 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA62GGNOPCQOP7BQ4IGFICLUS54VHANCNFSM5BEVB2TQ . You are receiving this because you were mentioned.Message ID: @.>

Hi @samuelcolvin - bump on this. If you give repo access I'd also be happy to implement the travis/GH changes you had mentioned if you give me instructions on how you'd like it.

Best, Jacob

jacobfeder avatar Jan 18 '22 02:01 jacobfeder