[issue44808] test_inspect fails in refleak mode

Pablo Galindo Salgado report at bugs.python.org
Mon Aug 2 05:57:56 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

f468ede4a2b7ab5c72ae85ab04cb56904300cd23 is the first bad commit
commit f468ede4a2b7ab5c72ae85ab04cb56904300cd23
Author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
Date:   Fri Jul 30 10:46:42 2021 -0700

    bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495)

    (cherry picked from commit 48a62559dfaf775e4f1cc56b19379c799e8e2587)

    Co-authored-by: andrei kulakov <andrei.avk at gmail.com>

 Lib/inspect.py                                          |  2 ++
 Lib/test/test_inspect.py                                | 17 ++++++++++++++++-
 .../Library/2021-07-15-16-51-32.bpo-44648.2o49TB.rst    |  3 +++
 3 files changed, 21 insertions(+), 1 deletion(-)
 create mode 100644 Misc/NEWS.d/next/Library/2021-07-15-16-51-32.bpo-44648.2o49TB.rst

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44808>
_______________________________________


More information about the Python-bugs-list mailing list