correctmost

Results 45 issues of correctmost

This will make it easier to debug coverage failures that are not reproducible locally. The failure that I am trying to debug: - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=62231 - https://oss-fuzz-build-logs.storage.googleapis.com/log-c420cf0c-f073-4c42-b75c-422971ef272e.txt ``` Step #5: Already...

Closes #9453 This PR also updates the librsvg project to use an LSan suppressions file now that custom `LSAN_OPTIONS` values are supported.

ready to merge

## PR Description: Just a minor linting change. This also makes it easier to build ignore lists for ruff and Pylint. ## Tests and Checks - [ ] I have...

## Description I have a ~500KB Python file that contains a tuple with thousands of strings. Editing this file in VS Code triggers high CPU usage in the `run-jedi-language-server.py` process....

help wanted

I get a 500 error on https://oss-fuzz.com/coverage-report/job/libfuzzer_asan_astroid/latest and https://oss-fuzz.com/coverage-report/job/libfuzzer_asan_librsvg/latest: ``` Handler.get() got an unexpected keyword argument 'report_type' Traceback (most recent call last): File "/srv/handlers/base_handler.py", line 278, in dispatch_request return super().dispatch_request(*args,...

### Description Project: librsvg Fuzzer: libFuzzer_librsvg_render_document The links in the "corpus_size" and "corpus_backup" columns have not been present since Aug 12, 2024: ![365691113-af639f5e-8b86-4013-8660-890d183efe9f](https://github.com/user-attachments/assets/cdaa4e5e-6899-4d0e-8c4d-5458c5b952d9) Here's what I see in the bucket:...

## PR Description: Pylint can help catch issues like #2625: ``` ************* Module archinstall.default_profiles.server archinstall/default_profiles/server.py:34:4: E1101: Instance of 'ServerProfile' has no 'set_current_selection' member (no-member) ``` I didn't add the Pylint...

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :hammer: Refactoring | ## Description This PR speeds up the linting of codebases with...

## Description An OSS-Fuzz integration was [set up for astroid](https://github.com/google/oss-fuzz/pull/10039) last year. The build has been [failing for a few months](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69185) and it seems to lack active maintenance. Would you...

Work in progress
Maintenance

### Steps to reproduce The following testcase from OSS-Fuzz raises a `TokenError` with Python 3.8.0 - 3.11.9: ```python import astroid code="\rclass\x0cj:(\n)" astroid.builder.parse(code) ``` With Python 3.12.0+, the code no longer...

Crash 💥