-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 support #128
Comments
xdis doesn't have 3.12 opcodes yet. Please feel free to add it, though! |
Thanks for supersonic reply does it support 3.12 version or that's the work in progress you are referring to? |
I"ve tried to use it, but looks like there is some issue in it..
|
Installing via the older method One of the annoying parts of Python, especially for a programming language with attitude that there is only one way to do things, namely the Python way, is that it keeps changing its mind about what the one "right" way is. It has too often kept me performing a bit of work which has little to no benefit for me as the developer that I can tell. If I had just one project to update it wouldn't be as bad. So yes, I think the packaging needs to be "updated" as well. I became aware of this from this: Mathics3/mathics-core#932 . As I am getting older and slowing down I am hoping that someone in the community will update on projects rather than me having to spend to time to understand follow figure out what I have to do to keep things working the way that had been working fine before.
|
MAGIC! PS I was under hard impression that I"ve got some env (windows) related issue on my PC... |
but the story continues! :) any ideas what is that then?...
|
shouldn't it be the
instead of existing
|
In the master branch this is correct. In the 3.12 branch this has been corrected. BTW I think we need to compare using I know you'll run into other problems along the way - that is why this hasn't been merged into master. However, when these arise please investigate an put in a PR. Thanks. |
Actually, I am not seeing this code in master either: https://github.com/rocky/python-xdis/blob/master/xdis/bin/pydisasm.py#L54 |
Yeah, sorry for confusion Happy New Year 2024! |
BTW, could you elaborate on this statement please |
|
704d8c8 finally addresses this. |
Description
Does python-xdis support python 3.12?
Background
Right now it shows an error when trying to run it on python 3.12, eg:
The text was updated successfully, but these errors were encountered: