| commit | 2a03ed034edc6bb2db6fb972b2efe08db5145a28 | [log] [tgz] |
|---|---|---|
| author | Eric Snow <ericsnowcurrently@gmail.com> | Wed Mar 15 18:43:54 2023 -0600 |
| committer | GitHub <noreply@github.com> | Wed Mar 15 18:43:54 2023 -0600 |
| tree | b6d8ea3de51cf72a15a12c8f052d20ac31fdb4c5 | |
| parent | 675b97a6ab483573f07ce6e0b79b0bc370ab76c9 [diff] |
gh-102660: Fix Refleaks in import.c (#102744) gh-102661 introduced some leaks. This fixes them. https://github.com/python/cpython/issues/102660