| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ython base classes Look up __firstlineno__ only in the class' dict, without searching in base classes.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
…ython base classes (pythonGH-123001) Look up __firstlineno__ only in the class' dict, without searching in base classes. (cherry picked from commit f88c14d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-123182 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
…ython base classes (pythonGH-123001) Look up __firstlineno__ only in the class' dict, without searching in base classes.
…Python base classes (GH-123001) (#123182) gh-122981: Fix inspect.getsource() for generated classes with Python base classes (GH-123001) Look up __firstlineno__ only in the class' dict, without searching in base classes. (cherry picked from commit f88c14d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
| Back | FazBrowse Home | New Git URL |
Look up __firstlineno__ only in the class' dict, without searching in base classes.