Skip to content

disable sanitization#4

Closed
marler8997 wants to merge 1 commit into
andrewrk:mainfrom
marler8997:disableSanitization
Closed

disable sanitization#4
marler8997 wants to merge 1 commit into
andrewrk:mainfrom
marler8997:disableSanitization

Conversation

@marler8997

Copy link
Copy Markdown

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.

@andrewrk andrewrk left a comment

Copy link
Copy Markdown
Owner

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
Copy Markdown
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