| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
The aarch64 RHEL8 refleak bot still reports a leak. Could you please examine, @sobolevn? |
Sorry, something went wrong.
|
|
||
| Done: | ||
| Py_ReprLeave((PyObject *)self); | ||
| Py_XDECREF(dcopy); |
There was a problem hiding this comment.
You can move it above the Done label and change Py_XDECREF to Py_DECREF.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks, it might be a slightly more readable! I will wait for all tests to finish and apply it :)
Sorry, something went wrong.
|
@erlend-aasland it reports: test_importlib leaked [6, 4, 2] references, sum=12 test_importlib leaked [4, 4, 2] memory blocks, sum=10 I think these leaks are not related 🤔 Should I fix it here? |
Sorry, something went wrong.
I prefer one fix per PR; that makes it easier to bisect in case something goes wrong, and it also makes for a cleaner git history. |
Sorry, something went wrong.
|
@erlend-aasland then I consider this done:
|
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
I will merge this PR after waiting for @serhiy-storchaka approval
I can not reproduce the issue on my macOS. It sounds like we have to debug on the RHEL machine. |
Sorry, something went wrong.
* main: Fix some typos in asdl_c.py (pythonGH-101757) pythongh-101747: Fix refleak in new `OrderedDict` repr (pythonGH-101748) pythongh-101430: Update tracemalloc to handle presize properly. (pythongh-101745) pythonGH-101228: Fix typo in docstring for read method of `_io.TextIOWrapper` class (python#101227) Fix typo in `test_fstring.py` (python#101600) pythongh-101726: Update the OpenSSL version to 1.1.1t (pythonGH-101727) pythongh-101283: Fix 'versionchanged' for the shell=True fallback on Windows in 3.12 (pythonGH-101728) LibFFI build requires x64 Cygwin, and skip the ARM build (pythonGH-101743)
| Back | FazBrowse Home | New Git URL |
After: ./python.exe -m test -v test_ordered_dict -R 3:3