Skip to content

disable sanitization #4

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

Closed

Conversation

marler8997
Copy link

The folllowing python program currently crashes:

import argparse
parser = argparse.ArgumentParser()

Disabling sanitization fixes it.

The folllowing python program currently crashes:

```python
import argparse
parser = argparse.ArgumentParser()
```

Disabling sanitization fixes it.
Copy link
Collaborator

@andrewrk andrewrk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any interest in submitting a bug report upstream? Would be nice to put an issue link in there

@marler8997
Copy link
Author

I found/fixed the UB issue for this repo here and haven't found any other UB yet, so I'll close this for now.

upstream issue: python#136660
upstream PR: python#136662

@marler8997 marler8997 closed this Jul 14, 2025
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.

2 participants