This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Mark.Shannon, pablogsal
Date 2021-08-02.09:57:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627898276.17.0.785986736635.issue44808@roundup.psfhosted.org>
In-reply-to
Content
f468ede4a2b7ab5c72ae85ab04cb56904300cd23 is the first bad commit
commit f468ede4a2b7ab5c72ae85ab04cb56904300cd23
Author: Miss Islington (bot) <31488909+miss-islington@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@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 bpo-44648.2o49TB.rst">Misc/NEWS.d/next/Library/2021-07-15-16-51-32.bpo-44648.2o49TB.rst
History
Date User Action Args
2021-08-02 09:57:56pablogsalsetrecipients: + pablogsal, Mark.Shannon
2021-08-02 09:57:56pablogsalsetmessageid: <1627898276.17.0.785986736635.issue44808@roundup.psfhosted.org>
2021-08-02 09:57:56pablogsallinkissue44808 messages
2021-08-02 09:57:55pablogsalcreate