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 xtreak
Recipients iritkatriel, jedwards, pitrou, rhettinger, siming85, xtreak, yselivanov
Date 2020-09-19.05:18:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600492702.98.0.862446469736.issue24078@roundup.psfhosted.org>
In-reply-to
Content
Thanks iritkatriel for triaging. I can confirm it's fixed with the linked issue. Closing it as duplicate.

./python
Python 3.10.0a0 (heads/master:2b05361bf7, Sep 19 2020, 04:38:05) 
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import inspect, a
>>> inspect.getsourcelines(a.C.B)
(['    class B(object):\n', '        pass\n'], 6)
History
Date User Action Args
2020-09-19 05:18:23xtreaksetrecipients: + xtreak, rhettinger, pitrou, yselivanov, siming85, jedwards, iritkatriel
2020-09-19 05:18:22xtreaksetmessageid: <1600492702.98.0.862446469736.issue24078@roundup.psfhosted.org>
2020-09-19 05:18:22xtreaklinkissue24078 messages
2020-09-19 05:18:22xtreakcreate