Skip to content
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 bug fixes #12

Closed
wants to merge 2 commits into from
Closed

Python 3 bug fixes #12

wants to merge 2 commits into from

Conversation

jojje
Copy link

@jojje jojje commented Aug 6, 2022

Contains two python 3 related fixes:

  1. Fixes for crash pdb tries to use the FakeCode during loading of a dump in python 3.10
  2. The pdb args command, which since python 3.8 requires co_kwonlyargcount to be available in the code objects

Fixes #11

@jojje jojje closed this by deleting the head repository Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crashes on cpython 3.10
1 participant