| commit | 0fc58c1e051026baff4919d8519ce2aabe3b2ba1 | [log] [tgz] |
|---|---|---|
| author | Nikita Sobolev <mail@sobolevn.me> | Sat Jan 08 23:13:42 2022 +0300 |
| committer | GitHub <noreply@github.com> | Sat Jan 08 15:13:42 2022 -0500 |
| tree | 10d055c358b5d6d3dd2f6a4912020378b72658bf | |
| parent | 8d59d2563b914b7208779834895c080c70cd94dd [diff] |
bpo-46306: simplify `CodeType` attribute access in `doctest.py` (GH-30481) Assume co_firstlineno always exists on types.CodeType objects. Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>