-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix missing stack property #54
Conversation
@MoLow @richardlau How should we fix the failing tests? Which is correct -- the actual vs. the expected? |
Not sure. CC @aduh95 |
i have no idea, the tests pass on my machine. It looks a rounding error 🤔 |
OK, it looks like it's a difference between Python 3.9 (that I was using locally) and Python 3.12 (that the CI was using). Generating the fixtures with Python 3.12 seems to solve the issue. |
Great! The only remaining unanswered question is #54 (comment) |
@cclauss can you release this to Pypi? |
Ping @nodejs/python, any chance we could have this patch in a release so the CI starts using it? |
Refs: nodejs/node#52189 (comment)